Advertisement
dmfrey

Untitled

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