| 123456789101112131415161718192021222324252627282930313233 |
- spring:
- jackson:
- deserialization:
- fail-on-unknown-properties: true
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: root
- password: Zr200012
- url: jdbc:mysql://localhost:3306/EAI?useSSL=false&serverTimezone=UTC&useUnicode=true&characterEncoding=utf8
- data:
- mongodb:
- uri: mongodb://admin:admin@localhost:27017/eai?authSource=admin
- authentication-database: admin
- mail:
- host: smtp.163.com
- port: 25
- username: seecoder2022@163.com # Seecoder的公共邮箱
- password: WEIHUIOOJYUFMZGV # 邮箱开启stmp的秘钥
- default-encoding: UTF-8
- # MyBatis配置
- mybatis-plus:
- mapper-locations: classpath:mapper/*.xml
- type-aliases-package: com/njuzr/eaibackend/po
- jwt:
- # jjwt密钥算法HS256,要求secret长度至少是256位
- secret: xTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguh92AHo5Wj$@KAnguh92AHo5Wj$@KAnguh92AHo5Wj$@KAnguh
- issuer: eai
- expiration: 86400
|