Skip to content

Instantly share code, notes, and snippets.

@3logy
Created April 14, 2019 13:14
Show Gist options
  • Select an option

  • Save 3logy/41a358bdf0d00dfb124c01268fa276cd to your computer and use it in GitHub Desktop.

Select an option

Save 3logy/41a358bdf0d00dfb124c01268fa276cd to your computer and use it in GitHub Desktop.
mySQL and micronaut
1. add to maven pom:
compile -> "io.micronaut.configuration:micronaut-hibernate-jpa"
compile -> "io.micronaut.configuration:micronaut-jdbc-hikari"
runtime -> "com.h2database:h2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment