123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- server:
- port: 8080
- spring:
- application:
- name: mask
- datasource:
- url: jdbc:mysql://192.168.20.82:3306/mask?useUnicode=true&characterEncoding=utf-8&useSSL=false
- username: root
- password: Sunwin@2020
- driver-class-name: com.mysql.cj.jdbc.Driver
- redis:
-
- database: 4
-
- host: 192.168.20.83
-
- port: 6379
-
- password: sunwin
- jms:
-
- pub-sub-domain: false
- activemq:
- user: admin
- password: admin
- broker-url: tcp://192.168.20.76:28085
- queuename: mask
- mybatis-plus:
-
- type-aliases-package: com.sw.domain
-
- mapper-locations: classpath:mapper/*.xml
-
- check-config-location: true
-
- executor-type: simple
-
- global-config:
- db-config:
- id-type: auto
-
-
- configuration:
- variables:
- nextTermDays: 90
-
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|