Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active April 18, 2019 15:33
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 recursivecodes/df9565a37c41fe23e4b4250696e3d3ea to your computer and use it in GitHub Desktop.
Save recursivecodes/df9565a37c41fe23e4b4250696e3d3ea to your computer and use it in GitHub Desktop.
micronaut:
application:
name: demo
dataSource:
pooled: true
dbCreate: validate
url: jdbc:oracle:thin:@barnevents_low?TNS_ADMIN=/path/to/atp/wallet
driverClassName: oracle.jdbc.driver.OracleDriver
hibernate:
dialect: org.hibernate.dialect.Oracle12cDialect
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