12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- server:
- port: 8876
- compression:
- enabled: true
- mime-types: application/json
- spring:
- application:
- # 应用名称
- name: adm
- main:
- allow-bean-definition-overriding: true
- datasource:
- dynamic:
- datasource:
- master:
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: adm
- password: adm
- url: jdbc:mysql:
- # username: yushudev
- # password: yushu@2021
- # url: jdbc:mysql:
- rabbitmq:
- host: 192.168.100.93
- port: 9936
- username: pbsage
- password: pbsage123
- virtualHost: /test
- # host: 10.10.0.46
- # port: 9936
- # username: dev
- # password: dev@2021
- # virtualHost: /dev
- persagy:
- common:
- file:
- storage: 0
- url: http:
- accessKey: persagy
- secretKey: persagy@2021
- token:
- enabled: false
- adm:
- oldPlatformUrl: http:
- bdtp:
- rwd:
- service: http:
- # service: http:
- dic:
- service: http:
- # service: http:
- mybatis-plus:
- type-handlers-package: com.persagy.**.typehandler
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|