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

rapidoid-commons.5.5.2.source-code.built-in-config-mysql.yml Maven / Gradle / Ivy

There is a newer version: 5.5.5
Show newest version
jdbc:
  driver: com.mysql.jdbc.Driver
  url: jdbc:mysql://${jdbc.host}:${jdbc.port}?${jdbc.options}
  username: root
  password: root
  port: 3306
  options: logger=Slf4JLogger

hibernate:
  dialect: org.hibernate.dialect.MySQL5Dialect




© 2015 - 2025 Weber Informatics LLC | Privacy Policy