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

it.jdbc-example.1.1.1.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
server:
  port: 8080

spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: "jdbc:mysql://${MYSQL_HOST:localhost}:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false"
    username: root
    password: root

power4j:
  sequence:
    # 数据同步使用的后端支持(如: mysql,oracle,redis)
    backend: mysql




© 2015 - 2024 Weber Informatics LLC | Privacy Policy