This commit is contained in:
2024-01-31 14:54:49 +08:00
parent 71e28fd448
commit 2fd8b3d341
48 changed files with 1657 additions and 583 deletions

View File

@@ -19,5 +19,7 @@ logging:
# 框架配置
config:
# 开发环境接口
server-url: http://127.0.0.1:9090/api
upload-path: /Users/gxwebsoft/Documents/uploads/
server-url: http://localhost:10041/api
upload-path: /Users/liangxin/Project/JAVA/tower-java
file-server: http://localhost:10041

View File

@@ -3,7 +3,7 @@
# 数据源配置
spring:
datasource:
url: jdbc:mysql://42.194.212.185:3308/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://127.0.0.1:3318/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: tower
password: FXFZrhHbs3pma6Zh
driver-class-name: com.mysql.cj.jdbc.Driver
@@ -20,7 +20,8 @@ logging:
# 框架配置
config:
# 生产环境接口
server-url: http://1.14.159.185:10040
upload-path: /www/wwwroot/file.ws/
# 开发环境接口
server-url: https://tower.gxwebsoft.com/api
upload-path: /www/wwwroot/api.tower.gxwebsoft.com/
file-server: https://tower.gxwebsoft.com

View File

@@ -5,7 +5,8 @@ server:
# 多环境配置
spring:
profiles:
active: dev
# active: dev
active: prod
application:
name: server
@@ -86,7 +87,13 @@ config:
swagger-version: 1.0
token-key: WLgNsWJ8rPjRtnjzX/Gx2RGS80Kwnm/ZeLbvIL+NrBs=
server-url: https://server.gxwebsoft.com/api
file-server: https://file.wsdns.cn
upload-path: /Users/gxwebsoft/Documents/uploads/
file-server: http://localhost:10041
upload-path: /Users/liangxin/Project/JAVA/tower-java/
local-upload-path: /Users/gxwebsoft/Documents/uploads/
wx:
miniapp:
configs:
- appid: wx74f04ad0cdb862ef
secret: 4b31d6be04439f1b56042d9bfabd62d6
msgDataFormat: JSON