123456789101112131415161718192021222324252627282930313233343536 |
- server:
- port: 8839
- persagy:
- dmp:
- server: http://172.17.100.16:9970
- exchange: exchange-dmp
- spring:
- application:
- name: dmp-admin
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://localhost:9005/dmp_admin?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
- username: persagy
- password: persagy@020
- type: com.alibaba.druid.pool.DruidDataSource
- jpa:
- show-sql: true
- hibernate:
- ddl-auto: none
- rabbitmq:
- host: 172.17.100.14
- port: 9936
- username: admin
- password: brzj123456
- virtrul-host: /test
- redis:
- database: 10
- host: 172.17.100.14
- password: brzj123456
- port: 9944
- timeout: 6000
- pool:
- max-idle: 200
- min-idle: 5
- max-active: 1024
- max-wait: 1000
|