@@ -0,0 +1,36 @@
+server:
+ port: 8839
+persagy:
+ dmp:
+ server: http://172.17.100.14:9930
+ 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
+ port: 9944
+ timeout: 6000
+ pool:
+ max-idle: 200
+ min-idle: 5
+ max-active: 1024
+ max-wait: 1000