修改用户角色,添加管理员相关逻辑
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-17 02:15:49 +08:00
parent c83db8d927
commit 1540fe6dab
5 changed files with 100 additions and 43 deletions

View File

@@ -1,9 +1,8 @@
spring.application.name=Light
server.port=443
server.ssl.key-store-type=JKS
server.ssl.key-store=/etc/ssl/certs/www.doubleyin.cn.jks
server.ssl.key-store-password=${KEY_STORE_PASSWORD}
# 默认禁用SSL通过profile启用
server.ssl.enabled=false
spring.datasource.url=jdbc:mysql://115.190.121.151:3306/light_delivery?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
spring.datasource.username=double