Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdemirbahadir/bbb4b08aa2784ba1de6f7e63fd770b28 to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/bbb4b08aa2784ba1de6f7e63fd770b28 to your computer and use it in GitHub Desktop.
cncm-spring-cloud-config-server-code.xml
@SpringBootApplication
@EnableConfigServer
public class ConfigServer {
public static void main(String[] arguments) {
SpringApplication.run(ConfigServer.class, arguments);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment