spring: datasource: type: com.zaxxer.hikari.HikariDataSource # 数据源类型:HikariCP driverClassName: com.mysql.cj.jdbc.Driver url: jdbc:mysql://172.16.30.42:13306/fd_smart_site?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Tokyo username: root password: ENC(KsTGnu5DhCgxUM1V4/Bb9euFjVt/D4/l) hikari: connection-timeout: 30000 # 等待连接池分配连接的最大时长(毫秒),超过这个时长还没可用的连接则发生SQLException, 默认:30秒 minimum-idle: 5 # 最小连接数 maximum-pool-size: 20 # 最大连接数 auto-commit: true # 事务自动提交 idle-timeout: 600000 # 连接超时的最大时长(毫秒),超时则被释放(retired),默认:10分钟 pool-name: DateSourceHikariCP # 连接池名字 max-lifetime: 1800000 # 连接的生命时长(毫秒),超时而且没被使用则被释放(retired),默认:30分钟 1800000ms connection-test-query: SELECT 1 # 连接测试语句 redis: host: 172.16.30.42 #官网正式环境 port: 6379 timeout: 6000ms password: 4dage7y4s0h jedis: pool: max-active: 10 #连接池最大连接数(使用负值表示没有限制) max-idle: 10 # 连接池中的最大空闲连接 min-idle: 5 # 连接池中的最小空闲连接 max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) lettuce: shutdown-timeout: 0ms rabbitmq: host: 172.16.30.42 port: 5672 username: ENC(veB2dO7PB1SMWv9OS/q5hQ==) password: ENC(b9zSqiXa0cxTU8zCWolN3fcO0IyEHIMy) virtual-host: 4dkankan connection-timeout: 0 listener: simple: prefetch: 1 max-concurrency: 2 acknowledge-mode: manual #开启消费者手动确认 4dkk: fdService: #官网生产环境:https://www.4dkankan.com http://test.4dkankan.com basePath: https://www.4dkankan.jp #basePath: http://192.168.0.38/4dkankan_v2 laserService: #深时(激光)地址 生产环境:https://laser.4dkankan.com/ basePath: https://mega.4dkankan.jp/backend bimService: #bim 服务 basePath: https://andmeta.4dkankan.jp logging: config: classpath:logback-spring.xml file: path: /home/backend/smart-site/logs level: com.fdkankan: DEBUG filestorage: active: oss oss: endpoint: http://oss-ap-northeast-1.aliyuncs.com internal-endpoint: https://oss-ap-northeast-1-internal.aliyuncs.com access-key: ENC(U8UeO6r+PVmJ1Vj33SZxlyo7G53Bza8BBgKfoS+MqM1xrtYWW1Fv2g==) access-key-secret: ENC(/VkyDP4a7U7KBUKT3mJ1KME2JUtsxEtucMmM7wavfLq9WztylWgSWQ==) bucket: geosign-4dkk bucket-custom-domain: geosign-4dkk: https://oss.4dkankan.jp queue: manage-collaborate-msg-notice: manage-collaborate-msg-notice