1234567891011121314151617181920212223 |
- server:
- port: 8838
- persagy:
- dmp:
- server: http://192.168.64.18:9930
- # server: http://39.102.40.239:9970
- exchange: exchange-dmp
- admin:
- routingKey: routing-dmp-rwdedit
- queue: queue-dmp-rwdedit
- spring:
- application:
- name: dmp-rwdedit
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.64.15:9934/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
- username: root
- password: brzj123456
- type: com.alibaba.druid.pool.DruidDataSource
- jpa:
- show-sql: true
- hibernate:
- ddl-auto: none
|