Created
April 14, 2019 13:14
-
-
Save 3logy/41a358bdf0d00dfb124c01268fa276cd to your computer and use it in GitHub Desktop.
mySQL and micronaut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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