Skip to content

Instantly share code, notes, and snippets.

@Tatsiana888
Created May 15, 2017 09:30
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 Tatsiana888/9ec20ea7ead7c6da114044af360b1d58 to your computer and use it in GitHub Desktop.
Save Tatsiana888/9ec20ea7ead7c6da114044af360b1d58 to your computer and use it in GitHub Desktop.
@EnableConfigServer
class Application extends GrailsAutoConfiguration {
static void main(String[] args) {
GrailsApp.run(Application, args)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment