Created
April 17, 2019 19:48
-
-
Save recursivecodes/ad63f9a410300fadaa0dee9d29abfe52 to your computer and use it in GitHub Desktop.
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
| micronaut: | |
| application: | |
| name: groovy | |
| dataSource: | |
| pooled: true | |
| dbCreate: create-drop | |
| url: jdbc:h2:mem:devDb | |
| driverClassName: org.h2.Driver | |
| username: sa | |
| password: | |
| hibernate: | |
| cache: | |
| queries: false | |
| use_second_level_cache: false | |
| use_query_cache: false | |
| region.factory_class: org.hibernate.cache.ehcache.EhCacheRegionFactory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment