Skip to content

Instantly share code, notes, and snippets.

@yusufcakal
Created November 20, 2019 05:58
Show Gist options
  • Save yusufcakal/648fa835d0b1a365fbdd97836e8d3997 to your computer and use it in GitHub Desktop.
Save yusufcakal/648fa835d0b1a365fbdd97836e8d3997 to your computer and use it in GitHub Desktop.
Config Server Main Class
@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