记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
9d9eb0d4
Commit
9d9eb0d4
authored
Jun 23, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交生产环境
parent
5f5b421b
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
314 additions
and
499 deletions
+314
-499
pom.xml
...liquidnet-client-admin/liquidnet-client-admin-web/pom.xml
+14
-0
RuoYiApplication.java
...ain/java/com/liquidnet/client/admin/RuoYiApplication.java
+2
-0
application-client-admin-web.yml
...n-web/src/main/resources/application-client-admin-web.yml
+0
-169
application-dev.yml
...t-client-admin-web/src/main/resources/application-dev.yml
+0
-73
application-prod.yml
...-client-admin-web/src/main/resources/application-prod.yml
+0
-73
application-test.yml
...-client-admin-web/src/main/resources/application-test.yml
+0
-73
bootstrap-client-admin-web.yml
...min-web/src/main/resources/bootstrap-client-admin-web.yml
+17
-0
bootstrap-dev.yml
...net-client-admin-web/src/main/resources/bootstrap-dev.yml
+14
-0
bootstrap-prod.yml
...et-client-admin-web/src/main/resources/bootstrap-prod.yml
+14
-0
bootstrap-test.yml
...et-client-admin-web/src/main/resources/bootstrap-test.yml
+14
-0
bootstrap.yml
...quidnet-client-admin-web/src/main/resources/bootstrap.yml
+6
-0
liquidnet-client-admin-web-dev.yml
...onfig/liquidnet-config/liquidnet-client-admin-web-dev.yml
+53
-2
liquidnet-client-admin-web-druid-dev.yml
...liquidnet-config/liquidnet-client-admin-web-druid-dev.yml
+57
-0
liquidnet-client-admin-web-test.yml
...nfig/liquidnet-config/liquidnet-client-admin-web-test.yml
+67
-0
liquidnet-client-admin-web.yml
...us-config/liquidnet-config/liquidnet-client-admin-web.yml
+56
-109
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/pom.xml
View file @
9d9eb0d4
...
@@ -16,6 +16,20 @@
...
@@ -16,6 +16,20 @@
</description>
</description>
<dependencies>
<dependencies>
<!-- 集成configServer-->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-netflix-eureka-client
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-config
</artifactId>
</dependency>
<!-- 这个依赖本来是可以不加的,但是配置没办法刷新,加上它可以手动刷新配置 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<!-- SpringBoot集成thymeleaf模板 -->
<!-- SpringBoot集成thymeleaf模板 -->
<dependency>
<dependency>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/RuoYiApplication.java
View file @
9d9eb0d4
...
@@ -4,6 +4,7 @@ import org.mybatis.spring.annotation.MapperScan;
...
@@ -4,6 +4,7 @@ import org.mybatis.spring.annotation.MapperScan;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
;
import
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
;
import
org.springframework.cloud.netflix.eureka.EnableEurekaClient
;
import
org.springframework.scheduling.annotation.EnableAsync
;
import
org.springframework.scheduling.annotation.EnableAsync
;
/**
/**
...
@@ -12,6 +13,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
...
@@ -12,6 +13,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
* @author ruoyi
* @author ruoyi
*/
*/
@EnableAsync
@EnableAsync
@EnableEurekaClient
@SpringBootApplication
(
exclude
=
{
DataSourceAutoConfiguration
.
class
},
scanBasePackages
=
{
"com.liquidnet"
})
@SpringBootApplication
(
exclude
=
{
DataSourceAutoConfiguration
.
class
},
scanBasePackages
=
{
"com.liquidnet"
})
@MapperScan
(
basePackages
=
{
"com.liquidnet.service.kylin.mapper"
,
"com.liquidnet.service.adam.mapper"
})
//
@MapperScan
(
basePackages
=
{
"com.liquidnet.service.kylin.mapper"
,
"com.liquidnet.service.adam.mapper"
})
//
public
class
RuoYiApplication
public
class
RuoYiApplication
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-client-admin-web.yml
deleted
100644 → 0
View file @
5f5b421b
# 项目相关配置
ruoyi
:
# 名称
name
:
RuoYi
# 版本
version
:
4.6.1
# 版权年份
copyrightYear
:
2021
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
profile
:
/usr/local/var/www/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 开发环境配置
server
:
# 服务器的HTTP端口,默认为80
port
:
${liquidnet.info.port}
servlet
:
# 应用的访问路径
context-path
:
${liquidnet.info.context}
tomcat
:
# tomcat的URI编码
uri-encoding
:
UTF-8
# tomcat最大线程数,默认为200
max-threads
:
800
# Tomcat启动初始化的线程数,默认值25
min-spare-threads
:
30
# 日志配置-------------------------------------------------------
logging
:
# config: ${liquidnet.logfile.config}
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com
:
liquidnet
:
client
:
admin
:
debug
org
:
springframework
:
warn
# -----------------------------------------------------------
# 用户配置
user
:
password
:
# 密码错误{maxRetryCount}次锁定10分钟
maxRetryCount
:
5
# Spring配置
spring
:
application
:
name
:
liquidnet-client-admin-web
# 模板引擎
thymeleaf
:
mode
:
HTML
encoding
:
utf-8
# 禁用缓存
cache
:
false
# 资源信息
messages
:
# 国际化资源文件路径
basename
:
static/i18n/messages
jackson
:
time-zone
:
GMT+8
date-format
:
yyyy-MM-dd HH:mm:ss
profiles
:
in
:
druid
# 文件上传
servlet
:
multipart
:
# 单个文件大小
max-file-size
:
10MB
# 设置总上传的文件大小
max-request-size
:
20MB
# 服务模块
devtools
:
restart
:
# 热部署开关
enabled
:
false
data
:
mongodb
:
uri
:
mongodb://${liquidnet.mongodb.user}:${liquidnet.mongodb.pwd}@${liquidnet.mongodb.host}/?authSource=admin&maxPoolSize=4000&waitQueueMultiple=100
sslEnabled
:
${liquidnet.mongodb.sslEnabled}
database
:
${liquidnet.mongodb.database}
redis
:
database
:
15
port
:
${liquidnet.redis.port}
host
:
${liquidnet.redis.host}
password
:
${liquidnet.redis.password}
lettuce
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
# MyBatis
mybatis
:
# 搜索指定包别名
typeAliasesPackage
:
com.liquidnet.service.kylin.**.entity,com.liquidnet.client.admin.**.domain
# 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations
:
classpath*:mapper/**/*Mapper.xml,classpath:com.liquidnet.service.kylin.mapper/*Mapper.xml,classpath:com.liquidnet.service.adam.mapper/*Mapper.xml
# 加载全局的配置文件
configLocation
:
classpath:mybatis/mybatis-config.xml
# PageHelper分页插件
pagehelper
:
helperDialect
:
mysql
reasonable
:
true
supportMethodsArguments
:
true
params
:
count=countSql
# Shiro
shiro
:
user
:
# 登录地址
loginUrl
:
/login
# 权限认证失败地址
unauthorizedUrl
:
/unauth
# 首页地址
indexUrl
:
/index
# 验证码开关
captchaEnabled
:
false
# 验证码类型 math 数组计算 char 字符
captchaType
:
math
cookie
:
# 设置Cookie的域名 默认空,即当前访问的域名
domain
:
# 设置cookie的有效访问路径
path
:
/
# 设置HttpOnly属性
httpOnly
:
true
# 设置Cookie的过期时间,天为单位
maxAge
:
30
session
:
# Session超时时间,-1代表永不过期(默认30分钟)
expireTime
:
30
# 同步session到数据库的周期(默认1分钟)
dbSyncPeriod
:
1
# 相隔多久检查一次session的有效性,默认就是10分钟
validationInterval
:
10
# 同一个用户最大会话数,比如2的意思是同一个账号允许最多同时两个人登录(默认-1不限制)
maxSession
:
-1
# 踢出之前登录的/之后登录的用户,默认踢出之前登录的用户
kickoutAfter
:
false
# 防止XSS攻击
xss
:
# 过滤开关
enabled
:
true
# 排除链接(多个用逗号分隔)
excludes
:
/system/notice/*
# 匹配链接
urlPatterns
:
/system/*,/monitor/*,/tool/*
# Swagger配置
swagger
:
# 是否开启swagger
enabled
:
true
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-dev.yml
deleted
100644 → 0
View file @
5f5b421b
# begin-dev-这里是配置信息基本值
liquidnet
:
info
:
port
:
7099
context
:
name
:
liquidnet-client-admin-web
logfile
:
path
:
/data/logs
name
:
client-admin-web
config
:
classpath:logback-spring.xml
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root
:
debug
mysql
:
master
:
urlHostAndPort
:
39.106.122.201:3308
username
:
testmall
password
:
zhengzai!mYT
database-name
:
dev_ln_scene
slave
:
urlHostAndPort
:
39.106.122.201:3308
username
:
testmall
password
:
zhengzai!mYT
database-name
:
dev_ln_scene
mongodb
:
host
:
39.106.122.201:27017
port
:
27017
user
:
root
pwd
:
S&y$6d*JwJ
sslEnabled
:
false
database
:
dev_ln_scene
redis
:
host
:
39.106.122.201
port
:
6379
password
:
3Xa%8p
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://devkylin.zhengzai.tv/kylin/refund/callback"
url-banner
:
provinces
:
"
https://devservice.zhengzai.tv/provinces"
#省份
url1
:
"
https://devmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=1"
#PGC点播
url2
:
"
https://devmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=2"
#PGC直播
url5
:
"
https://devmall.zhengzai.tv/admin/fieldListForQuick?page=1&per_page=50"
#场地
url6
:
"
/kylin/performances/recommend/performance/status?pageNum=1&pageSize=50&status=(3,6,7,8,9,10)&title=''"
#票务
url7
:
"
https://devmall.zhengzai.tv/admin/goodListForQuick?page=1&per_page=50"
#商品
url8
:
"
https://devkylin.zhengzai.tv/kylin/performances/roadShow/list?pageNum=1&pageSize=50"
#巡演
url13
:
"
https://devmall.zhengzai.tv/admin/integrationListForQuick?page=1&per_page=50"
#积分商城
url14
:
"
https://devmall.zhengzai.tv/admin/good/collective/quick?page=1&per_page=50"
#商品集合
url20
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/musician/quick?page=1&per_page=50"
#音乐人
url21
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/song/quick?page=1&per_page=50"
#歌曲
url22
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/album/quick?page=1&per_page=50"
#专辑
url23
:
"
https://devmediaapi.zhengzai.tv/api/play/list?page=1&per_page=50"
#视频播单
url24
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/musician/collect?page=1&per_page=50"
#音乐人合集
url26
:
"
https://devpassport.zhengzai.tv/admin/vip/card/list?page=1&per_page=50&status=1"
#摩登会员
al-oss
:
imgUrl
:
"
https://img.zhengzai.tv/"
endpoint
:
http://oss-cn-hangzhou.aliyuncs.com
accessKeyId
:
LTAI4FxrURzMvvu9reFgwY5o
accessKeySecret
:
Ym5tfAxOf2zX20MgjikLI3Wz3tlwVV
shunfeng
:
url
:
"
https://butler-dev-ms.sf-express.com"
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
appid
:
557104628450889728
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
-
druid
-
client-admin-web
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-prod.yml
deleted
100644 → 0
View file @
5f5b421b
# begin-dev-这里是配置信息基本值
liquidnet
:
info
:
port
:
7099
context
:
name
:
liquidnet-client-admin-web
logfile
:
path
:
/data/logs
name
:
client-admin-web
config
:
classpath:logback-spring.xml
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root
:
info
mysql
:
master
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
username
:
zhengzai
password
:
$hAh4SGcDQ
database-name
:
test_ln_scene
slave
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
username
:
zhengzai
password
:
$hAh4SGcDQ
database-name
:
test_ln_scene
mongodb
:
host
:
s-2zef656730e5a1d4.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
port
:
3717
user
:
root
pwd
:
$hAh4SGcDQ
sslEnabled
:
false
database
:
test_ln_scene
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
# host: r-2zefzyjbij5vbez65y.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://testkylin.zhengzai.tv/kylin/refund/callback"
url-banner
:
provinces
:
"
https://testservice.zhengzai.tv/provinces"
#省份
url1
:
"
https://testmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=1"
#PGC点播
url2
:
"
https://testmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=2"
#PGC直播
url5
:
"
https://testmall.zhengzai.tv/admin/fieldListForQuick?page=1&per_page=50"
#场地
url6
:
"
/kylin/performances/recommend/performance/status?pageNum=1&pageSize=50&status=(3,6,7,8,9,10)&title=''"
#票务
url7
:
"
https://testmall.zhengzai.tv/admin/goodListForQuick?page=1&per_page=50"
#商品
url8
:
"
https://testkylin.zhengzai.tv/kylin/performances/roadShow/list?pageNum=1&pageSize=50"
#巡演
url13
:
"
https://testmall.zhengzai.tv/admin/integrationListForQuick?page=1&per_page=50"
#积分商城
url14
:
"
https://testmall.zhengzai.tv/admin/good/collective/quick?page=1&per_page=50"
#商品集合
url20
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/musician/quick?page=1&per_page=50"
#音乐人
url21
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/song/quick?page=1&per_page=50"
#歌曲
url22
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/album/quick?page=1&per_page=50"
#专辑
url23
:
"
https://testmediaapi.zhengzai.tv/api/play/list?page=1&per_page=50"
#视频播单
url24
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/musician/collect?page=1&per_page=50"
#音乐人合集
url26
:
"
https://testpassport.zhengzai.tv/admin/vip/card/list?page=1&per_page=50&status=1"
#摩登会员
al-oss
:
imgUrl
:
"
https://img.zhengzai.tv/"
endpoint
:
http://oss-cn-hangzhou.aliyuncs.com
accessKeyId
:
LTAI4FxrURzMvvu9reFgwY5o
accessKeySecret
:
Ym5tfAxOf2zX20MgjikLI3Wz3tlwVV
shunfeng
:
url
:
"
https://butler-dev-ms.sf-express.com"
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
appid
:
557104628450889728
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
-
druid
-
client-admin-web
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-test.yml
deleted
100644 → 0
View file @
5f5b421b
# begin-dev-这里是配置信息基本值
liquidnet
:
info
:
port
:
7099
context
:
name
:
liquidnet-client-admin-web
logfile
:
path
:
/data/logs
name
:
client-admin-web
config
:
classpath:logback-spring.xml
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root
:
info
mysql
:
master
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
username
:
zhengzai
password
:
$hAh4SGcDQ
database-name
:
test_ln_scene
slave
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
username
:
zhengzai
password
:
$hAh4SGcDQ
database-name
:
test_ln_scene
mongodb
:
host
:
s-2zef656730e5a1d4.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
port
:
3717
user
:
root
pwd
:
$hAh4SGcDQ
sslEnabled
:
false
database
:
test_ln_scene
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
# host: r-2zefzyjbij5vbez65y.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://testkylin.zhengzai.tv/kylin/refund/callback"
url-banner
:
provinces
:
"
https://testservice.zhengzai.tv/provinces"
#省份
url1
:
"
https://testmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=1"
#PGC点播
url2
:
"
https://testmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=2"
#PGC直播
url5
:
"
https://testmall.zhengzai.tv/admin/fieldListForQuick?page=1&per_page=50"
#场地
url6
:
"
/kylin/performances/recommend/performance/status?pageNum=1&pageSize=50&status=(3,6,7,8,9,10)&title=''"
#票务
url7
:
"
https://testmall.zhengzai.tv/admin/goodListForQuick?page=1&per_page=50"
#商品
url8
:
"
https://testkylin.zhengzai.tv/kylin/performances/roadShow/list?pageNum=1&pageSize=50"
#巡演
url13
:
"
https://testmall.zhengzai.tv/admin/integrationListForQuick?page=1&per_page=50"
#积分商城
url14
:
"
https://testmall.zhengzai.tv/admin/good/collective/quick?page=1&per_page=50"
#商品集合
url20
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/musician/quick?page=1&per_page=50"
#音乐人
url21
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/song/quick?page=1&per_page=50"
#歌曲
url22
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/album/quick?page=1&per_page=50"
#专辑
url23
:
"
https://testmediaapi.zhengzai.tv/api/play/list?page=1&per_page=50"
#视频播单
url24
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/musician/collect?page=1&per_page=50"
#音乐人合集
url26
:
"
https://testpassport.zhengzai.tv/admin/vip/card/list?page=1&per_page=50&status=1"
#摩登会员
al-oss
:
imgUrl
:
"
https://img.zhengzai.tv/"
endpoint
:
http://oss-cn-hangzhou.aliyuncs.com
accessKeyId
:
LTAI4FxrURzMvvu9reFgwY5o
accessKeySecret
:
Ym5tfAxOf2zX20MgjikLI3Wz3tlwVV
shunfeng
:
url
:
"
https://butler-dev-ms.sf-express.com"
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
appid
:
557104628450889728
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
-
druid
-
client-admin-web
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-client-admin-web.yml
0 → 100644
View file @
9d9eb0d4
#eurekaServer配置
eureka
:
client
:
register-with-eureka
:
false
fetch-registry
:
true
serviceUrl
:
defaultZone
:
http://${liquidnet.security.username}:${liquidnet.security.password}@${liquidnet.eureka.host}/eureka-server/eureka
#configServer配置
spring
:
cloud
:
config
:
# uri: http://127.0.0.1:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name},${spring.application.name}-druid
#默认为spring.application.name
discovery
:
enabled
:
true
service-id
:
liquidnet-support-config
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-dev.yml
0 → 100644
View file @
9d9eb0d4
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
client-admin-web
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-prod.yml
0 → 100644
View file @
9d9eb0d4
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
host
:
172.17.192.65:7001
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
client-admin-web
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-test.yml
0 → 100644
View file @
9d9eb0d4
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
host
:
172.17.207.177:7001
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
client-admin-web
\ No newline at end of file
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/
application
.yml
→
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/
bootstrap
.yml
View file @
9d9eb0d4
spring
:
spring
:
application
:
name
:
liquidnet-client-admin-web
profiles
:
profiles
:
active
:
dev
active
:
dev
liquidnet-bus-config/liquidnet-config/liquidnet-client-admin-web-dev.yml
View file @
9d9eb0d4
# begin-dev-这里是配置信息基本值
liquidnet
:
liquidnet
:
info
:
info
:
port
:
7099
port
:
7099
...
@@ -11,6 +12,56 @@ liquidnet:
...
@@ -11,6 +12,56 @@ liquidnet:
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root
:
info
level-root
:
debug
mysql
:
mysql
:
database-name
:
liquidnet_admin
master
:
urlHostAndPort
:
39.106.122.201:3308
username
:
testmall
password
:
zhengzai!mYT
database-name
:
dev_ln_scene
slave
:
urlHostAndPort
:
39.106.122.201:3308
username
:
testmall
password
:
zhengzai!mYT
database-name
:
dev_ln_scene
mongodb
:
host
:
39.106.122.201:27017
port
:
27017
user
:
root
pwd
:
S&y$6d*JwJ
sslEnabled
:
false
database
:
dev_ln_scene
redis
:
host
:
39.106.122.201
port
:
6379
password
:
3Xa%8p
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://devkylin.zhengzai.tv/kylin/refund/callback"
url-banner
:
provinces
:
"
https://devservice.zhengzai.tv/provinces"
#省份
url1
:
"
https://devmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=1"
#PGC点播
url2
:
"
https://devmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=2"
#PGC直播
url5
:
"
https://devmall.zhengzai.tv/admin/fieldListForQuick?page=1&per_page=50"
#场地
url6
:
"
/kylin/performances/recommend/performance/status?pageNum=1&pageSize=50&status=(3,6,7,8,9,10)&title=''"
#票务
url7
:
"
https://devmall.zhengzai.tv/admin/goodListForQuick?page=1&per_page=50"
#商品
url8
:
"
https://devkylin.zhengzai.tv/kylin/performances/roadShow/list?pageNum=1&pageSize=50"
#巡演
url13
:
"
https://devmall.zhengzai.tv/admin/integrationListForQuick?page=1&per_page=50"
#积分商城
url14
:
"
https://devmall.zhengzai.tv/admin/good/collective/quick?page=1&per_page=50"
#商品集合
url20
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/musician/quick?page=1&per_page=50"
#音乐人
url21
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/song/quick?page=1&per_page=50"
#歌曲
url22
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/album/quick?page=1&per_page=50"
#专辑
url23
:
"
https://devmediaapi.zhengzai.tv/api/play/list?page=1&per_page=50"
#视频播单
url24
:
"
https://devmerchantapi.zhengzai.tv/admin/mis/musician/collect?page=1&per_page=50"
#音乐人合集
url26
:
"
https://devpassport.zhengzai.tv/admin/vip/card/list?page=1&per_page=50&status=1"
#摩登会员
al-oss
:
imgUrl
:
"
https://img.zhengzai.tv/"
endpoint
:
http://oss-cn-hangzhou.aliyuncs.com
accessKeyId
:
LTAI4FxrURzMvvu9reFgwY5o
accessKeySecret
:
Ym5tfAxOf2zX20MgjikLI3Wz3tlwVV
shunfeng
:
url
:
"
https://butler-dev-ms.sf-express.com"
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
appid
:
557104628450889728
# end-dev-这里是配置信息基本值
\ No newline at end of file
liquidnet-bus-config/liquidnet-config/liquidnet-client-admin-web-druid-dev.yml
0 → 100644
View file @
9d9eb0d4
# 数据源配置
spring
:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
com.mysql.cj.jdbc.Driver
druid
:
# 主库数据源
master
:
url
:
jdbc:mysql://${liquidnet.mysql.master.urlHostAndPort}/${liquidnet.mysql.master.database-name}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
${liquidnet.mysql.master.username}
password
:
${liquidnet.mysql.master.password}
# 从库数据源
slave
:
# 从数据源开关/默认关闭
enabled
:
false
url
:
jdbc:mysql://${liquidnet.mysql.slave.urlHostAndPort}/${liquidnet.mysql.slave.database-name}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
${liquidnet.mysql.slave.username}
password
:
${liquidnet.mysql.slave.password}
# 初始连接数
initialSize
:
5
# 最小连接池数量
minIdle
:
10
# 最大连接池数量
maxActive
:
20
# 配置获取连接等待超时的时间
maxWait
:
60000
# 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
timeBetweenEvictionRunsMillis
:
60000
# 配置一个连接在池中最小生存的时间,单位是毫秒
minEvictableIdleTimeMillis
:
300000
# 配置一个连接在池中最大生存的时间,单位是毫秒
maxEvictableIdleTimeMillis
:
900000
# 配置检测连接是否有效
validationQuery
:
SELECT 1 FROM DUAL
testWhileIdle
:
true
testOnBorrow
:
false
testOnReturn
:
false
webStatFilter
:
enabled
:
true
statViewServlet
:
enabled
:
true
# 设置白名单,不填则允许所有访问
allow
:
url-pattern
:
/druid/*
# 控制台管理用户名和密码
login-username
:
ruoyi
login-password
:
123456
filter
:
stat
:
enabled
:
true
# 慢SQL记录
log-slow-sql
:
true
slow-sql-millis
:
1000
merge-sql
:
true
wall
:
config
:
multi-statement-allow
:
true
\ No newline at end of file
liquidnet-bus-config/liquidnet-config/liquidnet-client-admin-web-test.yml
0 → 100644
View file @
9d9eb0d4
# begin-dev-这里是配置信息基本值
liquidnet
:
info
:
port
:
7099
context
:
name
:
liquidnet-client-admin-web
logfile
:
path
:
/data/logs
name
:
client-admin-web
config
:
classpath:logback-spring.xml
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root
:
info
mysql
:
master
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
username
:
zhengzai
password
:
$hAh4SGcDQ
database-name
:
test_ln_scene
slave
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
username
:
zhengzai
password
:
$hAh4SGcDQ
database-name
:
test_ln_scene
mongodb
:
host
:
s-2zef656730e5a1d4.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
port
:
3717
user
:
root
pwd
:
$hAh4SGcDQ
sslEnabled
:
false
database
:
test_ln_scene
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
# host: r-2zefzyjbij5vbez65y.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://testkylin.zhengzai.tv/kylin/refund/callback"
url-banner
:
provinces
:
"
https://testservice.zhengzai.tv/provinces"
#省份
url1
:
"
https://testmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=1"
#PGC点播
url2
:
"
https://testmediaapi.zhengzai.tv/api/video/list?per_page=50&page=1&type=2"
#PGC直播
url5
:
"
https://testmall.zhengzai.tv/admin/fieldListForQuick?page=1&per_page=50"
#场地
url6
:
"
/kylin/performances/recommend/performance/status?pageNum=1&pageSize=50&status=(3,6,7,8,9,10)&title=''"
#票务
url7
:
"
https://testmall.zhengzai.tv/admin/goodListForQuick?page=1&per_page=50"
#商品
url8
:
"
https://testkylin.zhengzai.tv/kylin/performances/roadShow/list?pageNum=1&pageSize=50"
#巡演
url13
:
"
https://testmall.zhengzai.tv/admin/integrationListForQuick?page=1&per_page=50"
#积分商城
url14
:
"
https://testmall.zhengzai.tv/admin/good/collective/quick?page=1&per_page=50"
#商品集合
url20
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/musician/quick?page=1&per_page=50"
#音乐人
url21
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/song/quick?page=1&per_page=50"
#歌曲
url22
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/album/quick?page=1&per_page=50"
#专辑
url23
:
"
https://testmediaapi.zhengzai.tv/api/play/list?page=1&per_page=50"
#视频播单
url24
:
"
https://testmerchantapi.zhengzai.tv/admin/mis/musician/collect?page=1&per_page=50"
#音乐人合集
url26
:
"
https://testpassport.zhengzai.tv/admin/vip/card/list?page=1&per_page=50&status=1"
#摩登会员
al-oss
:
imgUrl
:
"
https://img.zhengzai.tv/"
endpoint
:
http://oss-cn-hangzhou.aliyuncs.com
accessKeyId
:
LTAI4FxrURzMvvu9reFgwY5o
accessKeySecret
:
Ym5tfAxOf2zX20MgjikLI3Wz3tlwVV
shunfeng
:
url
:
"
https://butler-dev-ms.sf-express.com"
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
appid
:
557104628450889728
# end-dev-这里是配置信息基本值
\ No newline at end of file
liquidnet-bus-config/liquidnet-config/liquidnet-client-admin-web.yml
View file @
9d9eb0d4
# 项目相关配置
# 项目相关配置
liquidnet
:
ruoyi
:
# 名称
# 名称
name
:
LiquidNet
name
:
RuoYi
# 版本
# 版本
version
:
4.
4.0
version
:
4.
6.1
# 版权年份
# 版权年份
copyrightYear
:
20
19
copyrightYear
:
20
21
# 实例演示开关
# 实例演示开关
demoEnabled
:
true
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/
LiquidNet/uploadPath,Linux配置 /home/LiquidNet
/uploadPath)
# 文件路径 示例( Windows配置D:/
ruoyi/uploadPath,Linux配置 /home/ruoyi
/uploadPath)
profile
:
D:/LiquidNet
/uploadPath
profile
:
/usr/local/var/www
/uploadPath
# 获取ip地址开关
# 获取ip地址开关
addressEnabled
:
false
addressEnabled
:
false
# 开发环境配置
# 开发环境配置
server
:
server
:
# 服务器的HTTP端口,默认为80
# 服务器的HTTP端口,默认为80
port
:
7099
port
:
${liquidnet.info.port}
servlet
:
servlet
:
# 应用的访问路径
# 应用的访问路径
context-path
:
/
context-path
:
${liquidnet.info.context}
tomcat
:
tomcat
:
# tomcat的URI编码
# tomcat的URI编码
uri-encoding
:
UTF-8
uri-encoding
:
UTF-8
...
@@ -28,11 +28,27 @@ server:
...
@@ -28,11 +28,27 @@ server:
# Tomcat启动初始化的线程数,默认值25
# Tomcat启动初始化的线程数,默认值25
min-spare-threads
:
30
min-spare-threads
:
30
# 日志配置
# 日志配置
-------------------------------------------------------
logging
:
logging
:
# config: ${liquidnet.logfile.config}
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
level
:
com.liquidnet.client.admin
:
debug
root
:
info
org.springframework
:
warn
#以下是为指定包设置日志级别
com
:
liquidnet
:
client
:
admin
:
debug
org
:
springframework
:
warn
# -----------------------------------------------------------
# 用户配置
# 用户配置
user
:
user
:
...
@@ -42,77 +58,8 @@ user:
...
@@ -42,77 +58,8 @@ user:
# Spring配置
# Spring配置
spring
:
spring
:
autoconfigure
:
exclude
:
org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration,org.springframework.cloud.bus.BusAutoConfiguration
application
:
application
:
name
:
liquidnet-client-admin-web
name
:
liquidnet-client-admin-web
profiles
:
include
:
common-service
#这里加载management相关公共配置
rabbitmq
:
addresses
:
${liquidnet.rabbitmq.host}
port
:
${liquidnet.rabbitmq.port}
username
:
${liquidnet.rabbitmq.username}
password
:
${liquidnet.rabbitmq.password}
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
com.mysql.cj.jdbc.Driver
druid
:
# 主库数据源
master
:
# url: jdbc:mysql://34.92.245.187:3306/liquidnet_bus?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://34.92.245.187:3306/liquidnet_bus?serverTimezone=UTC8&characterEncoding=utf-8&useSSL=false
# url: jdbc:mysql://34.92.245.187:3306/liquidnet_bus?serverTimezone=Asia/Shanghai&characterEncoding=utf-8&useSSL=false
# username: root
# password: ZD0Re0lG~h
url
:
jdbc:mysql://${liquidnet.mysql.urlHostAndPort}/${liquidnet.mysql.database-name}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=UTC
username
:
${liquidnet.mysql.username}
password
:
${liquidnet.mysql.password}
# 从库数据源
slave
:
# 从数据源开关/默认关闭
enabled
:
false
url
:
username
:
password
:
# 初始连接数
initialSize
:
5
# 最小连接池数量
minIdle
:
10
# 最大连接池数量
maxActive
:
20
# 配置获取连接等待超时的时间
maxWait
:
60000
# 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
timeBetweenEvictionRunsMillis
:
60000
# 配置一个连接在池中最小生存的时间,单位是毫秒
minEvictableIdleTimeMillis
:
300000
# 配置一个连接在池中最大生存的时间,单位是毫秒
maxEvictableIdleTimeMillis
:
900000
# 配置检测连接是否有效
validationQuery
:
SELECT 1 FROM DUAL
testWhileIdle
:
true
testOnBorrow
:
false
testOnReturn
:
false
webStatFilter
:
enabled
:
true
statViewServlet
:
enabled
:
true
# 设置白名单,不填则允许所有访问
allow
:
url-pattern
:
/druid/*
# 控制台管理用户名和密码
login-username
:
login-password
:
filter
:
stat
:
enabled
:
true
# 慢SQL记录
log-slow-sql
:
true
slow-sql-millis
:
1000
merge-sql
:
true
wall
:
config
:
multi-statement-allow
:
true
# 模板引擎
# 模板引擎
thymeleaf
:
thymeleaf
:
mode
:
HTML
mode
:
HTML
...
@@ -128,39 +75,41 @@ spring:
...
@@ -128,39 +75,41 @@ spring:
date-format
:
yyyy-MM-dd HH:mm:ss
date-format
:
yyyy-MM-dd HH:mm:ss
# 文件上传
# 文件上传
servlet
:
servlet
:
multipart
:
multipart
:
# 单个文件大小
# 单个文件大小
max-file-size
:
10MB
max-file-size
:
10MB
# 设置总上传的文件大小
# 设置总上传的文件大小
max-request-size
:
20MB
max-request-size
:
20MB
# 服务模块
# 服务模块
devtools
:
devtools
:
restart
:
restart
:
# 热部署开关
# 热部署开关
enabled
:
true
enabled
:
false
data
:
# Eureka
mongodb
:
eureka
:
uri
:
mongodb://${liquidnet.mongodb.user}:${liquidnet.mongodb.pwd}@${liquidnet.mongodb.host}/?authSource=admin&maxPoolSize=4000&waitQueueMultiple=100
client
:
sslEnabled
:
${liquidnet.mongodb.sslEnabled}
register-with-eureka
:
true
database
:
${liquidnet.mongodb.database}
fetch-registry
:
true
redis
:
serviceUrl
:
database
:
15
defaultZone
:
http://${liquidnet.security.username}:${liquidnet.security.password}@${liquidnet.eureka.host}/eureka-server/eureka
port
:
${liquidnet.redis.port}
instance
:
host
:
${liquidnet.redis.host}
hostname
:
${spring.cloud.client.ip-address}
password
:
${liquidnet.redis.password}
lease-expiration-duration-in-seconds
:
15
#服务过期时间配置,超过这个时间没有接收到心跳EurekaServer就会将这个实例剔除
lettuce
:
lease-renewal-interval-in-seconds
:
5
#服务刷新时间配置,每隔这个时间会主动心跳一次
pool
:
prefer-ip-address
:
true
max-active
:
8
instance-id
:
${spring.application.name}:${spring.cloud.client.ip-address}:${spring.application.instance_id:${server.port}}
max-wait
:
-1
max-idle
:
8
min-idle
:
0
# MyBatis
# MyBatis
mybatis
:
mybatis
:
# 搜索指定包别名
# 搜索指定包别名
typeAliasesPackage
:
com.liquidnet.client.admin.**.domain
typeAliasesPackage
:
com.liquidnet.service.kylin.**.entity,
com.liquidnet.client.admin.**.domain
# 配置mapper的扫描,找到所有的mapper.xml映射文件
# 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations
:
classpath*:mapper/**
/*Mapper.xml
mapperLocations
:
classpath*:mapper/**/*Mapper.xml,classpath:com.liquidnet.service.kylin.mapper/*Mapper.xml,classpath:com.liquidnet.service.adam.mapper
/*Mapper.xml
# 加载全局的配置文件
# 加载全局的配置文件
configLocation
:
classpath:mybatis/mybatis-config.xml
configLocation
:
classpath:mybatis/mybatis-config.xml
# PageHelper分页插件
# PageHelper分页插件
pagehelper
:
pagehelper
:
...
@@ -179,7 +128,7 @@ shiro:
...
@@ -179,7 +128,7 @@ shiro:
# 首页地址
# 首页地址
indexUrl
:
/index
indexUrl
:
/index
# 验证码开关
# 验证码开关
captchaEnabled
:
tru
e
captchaEnabled
:
fals
e
# 验证码类型 math 数组计算 char 字符
# 验证码类型 math 数组计算 char 字符
captchaType
:
math
captchaType
:
math
cookie
:
cookie
:
...
@@ -191,8 +140,6 @@ shiro:
...
@@ -191,8 +140,6 @@ shiro:
httpOnly
:
true
httpOnly
:
true
# 设置Cookie的过期时间,天为单位
# 设置Cookie的过期时间,天为单位
maxAge
:
30
maxAge
:
30
# 设置密钥,务必保持唯一性(生成方式,直接拷贝到main运行即可)KeyGenerator keygen = KeyGenerator.getInstance("AES"); SecretKey deskey = keygen.generateKey(); System.out.println(Base64.encodeToString(deskey.getEncoded()));
cipherKey
:
zSyK5Kp6PZAAjlT+eeNMlg==
session
:
session
:
# Session超时时间,-1代表永不过期(默认30分钟)
# Session超时时间,-1代表永不过期(默认30分钟)
expireTime
:
30
expireTime
:
30
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment