Skip to content

Instantly share code, notes, and snippets.

@kevintanhongann
Last active March 9, 2019 05: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 kevintanhongann/8f3d7b72a5a35595be113d94a571e8f2 to your computer and use it in GitHub Desktop.
Save kevintanhongann/8f3d7b72a5a35595be113d94a571e8f2 to your computer and use it in GitHub Desktop.
example-micronaut-gorm commands
1. Install SDKMAN
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
2. Install Micronaut through sdk command
sdk install micronaut
3. Generate Micronaut project
mn create-app example-micronaut-gorm -l=groovy -f=hibernate-gorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment