整合预先登录接口与邮件发送

This commit is contained in:
zhouchengrong
2023-07-20 14:18:50 +08:00
parent 7e9fdca250
commit 60ae1e3849
46 changed files with 55 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
server.port=5566
server.port=5567
#datasource
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://18.162.111.141:3306/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=QWa998345
spring.datasource.url=jdbc:mysql://192.168.77.128:3306/aida?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
spring.datasource.username=zcr
spring.datasource.password=root
#security
spring.security.jwtSecret=JWTSECRET