feat(N/A): 修改dev环境的 端口配置,增加uat配置
This commit is contained in:
@@ -6,7 +6,7 @@ spring:
|
|||||||
username: root
|
username: root
|
||||||
password: GUOxy5157
|
password: GUOxy5157
|
||||||
server:
|
server:
|
||||||
port: 5157
|
port: 5155
|
||||||
|
|
||||||
cors:
|
cors:
|
||||||
allowed-origins:
|
allowed-origins:
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user