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

blaze-persistence-examples-quarkus-3-testsuite-native-mysql.1.6.10.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.6.14
Show newest version
quarkus.datasource.db-kind=mysql
quarkus.datasource.username=root
quarkus.datasource.jdbc.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8
quarkus.hibernate-orm.dialect=org.hibernate.dialect.MySQL8Dialect

quarkus.hibernate-orm.database.generation=drop-and-create
quarkus.hibernate-orm.log.sql=false

quarkus.native.native-image-xmx=4g




© 2015 - 2024 Weber Informatics LLC | Privacy Policy