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

ibernate-plus.1.0.8.source-code.hibernate.properties Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
hibernate.connection.url=jdbc:mysql://localhost:3306/test?autoReconnect=true
hibernate.connection.CharSet=utf8mb4
hibernate.connection.useUnicode=true
hibernate.connection.username=root
hibernate.connection.password=root
hibernate.connection.provider_class=org.hibernate.hikaricp.internal.HikariCPConnectionProvider
hibernate.connection.isolation=1
hibernate.hbm2ddl.auto=update
hibernate.autoReconnect=true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy