feat: 切换服务版本
This commit is contained in:
@@ -102,7 +102,7 @@ mybatis-flex:
|
|||||||
|
|
||||||
# 前端地址
|
# 前端地址
|
||||||
web:
|
web:
|
||||||
url: http://127.0.0.1:5173/
|
url: https://landaiqing.cn/
|
||||||
|
|
||||||
# MD5加密salt
|
# MD5加密salt
|
||||||
cipher:
|
cipher:
|
||||||
|
|||||||
@@ -78,6 +78,6 @@ xxl:
|
|||||||
appname: schisandra-cloud-storage-oss
|
appname: schisandra-cloud-storage-oss
|
||||||
address:
|
address:
|
||||||
ip: 1.95.0.111
|
ip: 1.95.0.111
|
||||||
port: 9998
|
port: 9997
|
||||||
logpath: /data/applogs/xxl-job/jobhandler
|
logpath: /data/applogs/xxl-job/jobhandler
|
||||||
logretentiondays: 30
|
logretentiondays: 30
|
||||||
@@ -73,7 +73,6 @@ public class SchisandraShareCircleController {
|
|||||||
/**
|
/**
|
||||||
* 分享圈列表返回
|
* 分享圈列表返回
|
||||||
*/
|
*/
|
||||||
@Cacheable(value = "sharelist", key = "'sharelist'")
|
|
||||||
@GetMapping("sharelist")
|
@GetMapping("sharelist")
|
||||||
public Result<List<SchisandraShareCircleDTO>> getShareList() {
|
public Result<List<SchisandraShareCircleDTO>> getShareList() {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ xxl:
|
|||||||
appname: schisandra-cloud-storage-system
|
appname: schisandra-cloud-storage-system
|
||||||
address:
|
address:
|
||||||
ip: 1.95.0.111
|
ip: 1.95.0.111
|
||||||
port: 9999
|
port: 9998
|
||||||
logpath: /data/applogs/xxl-job/jobhandler
|
logpath: /data/applogs/xxl-job/jobhandler
|
||||||
logretentiondays: 30
|
logretentiondays: 30
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 3010
|
port: 80
|
||||||
spring:
|
spring:
|
||||||
# redis配置
|
# redis配置
|
||||||
redis:
|
redis:
|
||||||
@@ -28,8 +28,8 @@ spring:
|
|||||||
wx:
|
wx:
|
||||||
mp:
|
mp:
|
||||||
token: LDQ20020618xxx
|
token: LDQ20020618xxx
|
||||||
appid: wx55251c2f83b9fc25
|
appid: wx7c3b1f52f460e5dd
|
||||||
secret: d511800cd53d248afe1260bb8aeed230
|
secret: f924c42c90223a0013908e204863c3b8
|
||||||
codeExpire: 3600
|
codeExpire: 3600
|
||||||
encodingAESKey:
|
encodingAESKey:
|
||||||
|
|
||||||
@@ -37,12 +37,12 @@ wx:
|
|||||||
xxl:
|
xxl:
|
||||||
job:
|
job:
|
||||||
admin:
|
admin:
|
||||||
addresses: http://127.0.0.1:8081/xxl-job-admin
|
addresses: http://1.95.0.111:8088/xxl-job-admin
|
||||||
accessToken: default_token
|
accessToken: default_token
|
||||||
executor:
|
executor:
|
||||||
appname: schisandra-cloud-storage-wechat
|
appname: schisandra-cloud-storage-wechat
|
||||||
address:
|
address:
|
||||||
ip: 127.0.0.1
|
ip: 1.95.0.111
|
||||||
port: 9998
|
port: 9996
|
||||||
logpath: /data/applogs/xxl-job/jobhandler
|
logpath: /data/applogs/xxl-job/jobhandler
|
||||||
logretentiondays: 30
|
logretentiondays: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user