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

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

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 - 2024 Weber Informatics LLC | Privacy Policy