Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @SpringBootApplication
  2. @EnableDiscoveryClient
  3. @EnableConfigServer
  4. public class ConfigServerApplication {
  5.  
  6. public static void main(String[] args) {
  7. SpringApplication.run(ConfigServerApplication.class, args);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement