spring: jackson: deserialization: fail-on-unknown-properties: false datasource: mysql1: jdbc-url: jdbc:mysql://localhost:3306/hwgold?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true username: hwgold password: aDiw7MERSATdfGta driver-class-name: com.mysql.cj.jdbc.Driver hikari: auto-commit: false pool-name: mysql1HikariCP maximum-pool-size: 10 mysql2: jdbc-url: jdbc:mysql://52.220.141.241:3306/hljw?serverTimezone=Asia/Shanghai username: gold_coin password: NaVILnQottaWpMTw0o driver-class-name: com.mysql.cj.jdbc.Driver hikari: pool-name: mysql2HikariCP maximum-pool-size: 10 mysql3: jdbc-url: jdbc:mysql://52.220.141.241:3306/pay?serverTimezone=Asia/Shanghai username: gold_coin password: NaVILnQottaWpMTw0o driver-class-name: com.mysql.cj.jdbc.Driver hikari: pool-name: mysql3HikariCP maximum-pool-size: 10 mysql4: jdbc-url: jdbc:mysql://39.101.133.168:3306/cms?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true username: cms password: AF42R3ib6YkFaemm driver-class-name: com.mysql.cj.jdbc.Driver hikari: pool-name: mysql3HikariCP maximum-pool-size: 10 mysql5: jdbc-url: jdbc:mysql://52.220.141.241:3306/live?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true username: gold_coin password: NaVILnQottaWpMTw0o driver-class-name: com.mysql.cj.jdbc.Driver hikari: pool-name: mysql5HikariCP maximum-pool-size: 10 sqlserver1: jdbc-url: jdbc:sqlserver://10.19.183.6:1433;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true; username: gjb_test password: qweuio!@#$2 driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver application: name: demo cache: type: redis redis: time-to-live: 3600000 use-key-prefix: true cache-null-values: true servlet: multipart: enabled: true max-file-size: 10MB max-request-size: 10MB data: redis: database: 2 host: localhost port: 10703 password: Ngc0FYUTA6h3wC5J lettuce: pool: max-active: 20 max-wait: -1 max-idle: 5 rabbitmq: host: 54.255.212.181 port: 5672 username: gold password: gold virtual-host: / listener: simple: trusted-packages: com.example.demo.domain.DTO file: upload: url: http://api.homilychart.com/hljw/api/aws/upload feishu: webhook: url: https://open.feishu.cn/open-apis/bot/v2/hook/1a515b19-b64f-46b7-9486-35842b9539fe bean: recharge: url: http://api.homilychart.com/hljwgo/api/wallet/recharge consume: url: http://api.homilychart.com/hljwgo/api/wallet/pay server: port: 10705