feat(N/A): 修改dev环境的 端口配置,增加uat配置

This commit is contained in:
guo
2025-10-26 12:27:53 +08:00
parent c92a529cf6
commit 0479abd243
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
username: root
password: GUOxy5157
server:
port: 5157
port: 5155
cors:
allowed-origins:
+17
View File
@@ -0,0 +1,17 @@
spring:
# 配置数据库
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://mysql8:3306/learning_progress_tracker?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: GUOxy5157
server:
port: 5156
cors:
allowed-origins:
- '*'
sa-token:
cookie:
secure: true