12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- server:
- port: 8839
- persagy:
- dmp:
- server: http://192.168.64.18:9930
- # server: http://39.102.40.239:9970
- exchange: exchange-dmp
- admin:
- routingKey: routing-dmp-admin
- queue: queue-dmp-admin
- spring:
- application:
- name: dmp-admin
- profiles:
- active:
- - dev
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.64.15:9934/dmp_admin?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
- username: root
- password: brzj123456
- type: com.alibaba.druid.pool.DruidDataSource
- jpa:
- show-sql: true
- hibernate:
- ddl-auto: none
- rabbitmq:
- host: 192.168.64.15
- port: 9936
- username: admin
- password: brzj123456
- virtual-host: /test
- redis:
- database: 10
- host: 192.168.64.15
- password: brzj123456
- port: 9944
- timeout: 6000
- pool:
- max-idle: 200
- min-idle: 5
- max-active: 1024
- max-wait: 1000
|