feat: 切换服务版本

This commit is contained in:
landaiqing
2024-07-23 13:02:55 +08:00
parent 33dbf82b81
commit 83ad2167f2
5 changed files with 106 additions and 107 deletions

View File

@@ -102,7 +102,7 @@ mybatis-flex:
# 前端地址
web:
url: http://127.0.0.1:5173/
url: https://landaiqing.cn/
# MD5加密salt
cipher:

View File

@@ -78,6 +78,6 @@ xxl:
appname: schisandra-cloud-storage-oss
address:
ip: 1.95.0.111
port: 9998
port: 9997
logpath: /data/applogs/xxl-job/jobhandler
logretentiondays: 30

View File

@@ -73,7 +73,6 @@ public class SchisandraShareCircleController {
/**
* 分享圈列表返回
*/
@Cacheable(value = "sharelist", key = "'sharelist'")
@GetMapping("sharelist")
public Result<List<SchisandraShareCircleDTO>> getShareList() {
try {

View File

@@ -92,7 +92,7 @@ xxl:
appname: schisandra-cloud-storage-system
address:
ip: 1.95.0.111
port: 9999
port: 9998
logpath: /data/applogs/xxl-job/jobhandler
logretentiondays: 30

View File

@@ -1,5 +1,5 @@
server:
port: 3010
port: 80
spring:
# redis配置
redis:
@@ -28,8 +28,8 @@ spring:
wx:
mp:
token: LDQ20020618xxx
appid: wx55251c2f83b9fc25
secret: d511800cd53d248afe1260bb8aeed230
appid: wx7c3b1f52f460e5dd
secret: f924c42c90223a0013908e204863c3b8
codeExpire: 3600
encodingAESKey:
@@ -37,12 +37,12 @@ wx:
xxl:
job:
admin:
addresses: http://127.0.0.1:8081/xxl-job-admin
addresses: http://1.95.0.111:8088/xxl-job-admin
accessToken: default_token
executor:
appname: schisandra-cloud-storage-wechat
address:
ip: 127.0.0.1
port: 9998
ip: 1.95.0.111
port: 9996
logpath: /data/applogs/xxl-job/jobhandler
logretentiondays: 30