Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Created June 12, 2016 10:55
Show Gist options
  • Save HDBandit/72d7c4699c81daae87beb69e31e6a5e5 to your computer and use it in GitHub Desktop.
Save HDBandit/72d7c4699c81daae87beb69e31e6a5e5 to your computer and use it in GitHub Desktop.
@EnableConfigServer
@SpringBootApplication
public class ConfigServerApplication {
public static void main(String[] args) {
SpringApplication.run(ConfigServerApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment