| | |
| | | spring: |
| | | # 数据源配置 |
| | | datasource: |
| | | url: jdbc:mysql://42.193.1.25:3306/qyjz?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://221.237.182.28:19002/qyjz?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: 321$YcYl@1970! |
| | | password: 234#Wersdf! |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | type: com.zaxxer.hikari.HikariDataSource |
| | | # 数据库连接池配置 |
| | |
| | | |
| | | # minio配置 |
| | | minio: |
| | | address: http://42.193.1.25:9000 |
| | | accessKey: satori |
| | | secretKey: 12345678 |
| | | address: http://221.237.182.28:19000 |
| | | accessKey: admin |
| | | secretKey: 234#Wersdf! |
| | | bucketName: img |
| | | url: 221.237.182.28:19000/minio/ |
| | | |
| | | # mybatis配置 |
| | | mybatis-plus: |
| | |
| | | db-config: |
| | | id-type: auto |
| | | field-strategy: NOT_NULL |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | logging: |
| | | level: |
| | | com.example.jz: debug |
| | | |
| | | #小程序 |
| | | wx: |