| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- server:
- port: 8080
- servlet:
- context-path: /welcome
- spring:
- main:
- allow-circular-references: true
- servlet:
- multipart:
- max-file-size: 100MB
- max-request-size: 150MB
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- time-zone: GMT+8
- datasource:
- username: root
- password: Chuanghai2024.
- url: jdbc:mysql://172.16.40.122:3306/welcome?useUnicode=tru&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
- driver-class-name: com.mysql.cj.jdbc.Driver
- cache:
- type: redis
- redis:
- # \u7F13\u5B58\u65F6\u95F4 600s
- time-to-live: 600000
- key-prefix: SPRING_CACHE_
- use-key-prefix: true
- cache-null-values: true
- redis:
- host: localhost
- port: 6379
- password: redis.root
- jedis:
- pool:
- max-active: 100
- max-idle: 100
- min-idle: 100
- max-wait: 60000s
- mybatis-plus:
- mapper-locations: classpath:/mapper/template/*.xml
- # configuration:
- # #开启sql打印
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- # #关闭sql打印
- # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
- global-config:
- db-config:
- logic-delete-value: 1
- logic-not-delete-value: 0
- #微信授权读取
- author:
- appidx: wx2fc3f45732fae5d3
- secretx: 7eee4a49a4470a77f9222995e8511547
- #微校和小程序
- openid:
- appid: 9F3C6FD7E3D98CE0
- appkey: A3B6D4CFD0287D58A6987A1A6D0486B5
- ip: http://192.168.161.218:5173
- granttype: authorization_code
- #cos存储对象
- cos:
- secretId: sdadadg
- secretKey: dwdwdwdpL
- region: ap-sdadsahai
- bucketName: wanzai-130342420
- path: https://wanzai-133423429220.cos.ap-s324324hai.myqcloud.com
- #腾讯云
- tencentcloud:
- secretID: AacscascMyLl #签名
- secretKey: JvdvdsvdsvPDr #密钥
- sdkAppId: 1400813506 #短信应用ID
- signName: 华撒旦撒擦教育 #短信签名内容
- templateId: 173446 #模板 ID
- smsMin: 1
- # 项目公钥私钥
- my-security:
- privateKey: MIsdadwY=
- publicKey: MIGsdsadwdQAB
|