server: port: 9010 bak: url: 220.158.10.151 baks: url1: jdbc:mysql://127.0.0.1:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true username: root password: datacvg123! spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://192.168.2.230:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true username: masterdata password: md123! hikari: minimum-idle: 3 max-lifetime: 30000 connection-test-query: select 1 activiti: database-schema-update: true thymeleaf: cache: false prefix: classpath:/templates/ suffix: .html servlet: content-type: text/html encoding: utf-8 logging: level: com: highdatas: mdm: mapper: DEBUG mybatis-plus: mapper-locations: classpath:mapping/*.xml type-aliases-package: com.highdatas.mdm.mapper global-config: db-config: column-underline: true exists: callback: url: http://192.168.2.68:18080/activiti/getBusinessId #activiti: # check-process-definitions: false