All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tabase-rider.rider-micronaut.1.37.1.source-code.application.yml Maven / Gradle / Ivy

The newest version!
micronaut:
  application:
    name: example-jdbc
jackson:
  bean-introspection-module: true
---
datasources:
  default:
    url: jdbc:h2:mem:devDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE
    driverClassName: org.h2.Driver
    username: sa
    password: ''
    schema-generate: CREATE_DROP
    dialect: H2
jpa:
  default:
    properties:
      hibernate:
        bytecode:
          provider: none
        hbm2ddl:
          auto: update





© 2015 - 2025 Weber Informatics LLC | Privacy Policy