Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
2545ea23
Commit
2545ea23
authored
Mar 19, 2020
by
弓厶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整框架参数
parent
43afe8e6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
apply-net/src/main/resources/application-prod.yml
+2
-2
core-service/src/main/resources/application-prod.yml
+2
-2
new-user/src/main/resources/application-prod.yml
+2
-2
old-user/src/main/resources/application-prod.yml
+2
-2
renewal-user/src/main/resources/application-prod.yml
+2
-2
service-manager/src/main/resources/application-prod.yml
+2
-2
task/src/main/resources/application-prod.yml
+2
-2
No files found.
apply-net/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -28,11 +28,11 @@ winsun:
...
@@ -28,11 +28,11 @@ winsun:
#鉴权地址
#鉴权地址
serviceId
:
core
serviceId
:
core
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
1800
session-invalidate-time
:
1800
...
...
core-service/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -25,11 +25,11 @@ winsun:
...
@@ -25,11 +25,11 @@ winsun:
name
:
${spring.application.name}
name
:
${spring.application.name}
scanner
:
false
scanner
:
false
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
86400
session-invalidate-time
:
86400
...
...
new-user/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -30,11 +30,11 @@ winsun:
...
@@ -30,11 +30,11 @@ winsun:
#鉴权地址
#鉴权地址
serviceId
:
core
serviceId
:
core
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
1800
session-invalidate-time
:
1800
...
...
old-user/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -28,11 +28,11 @@ winsun:
...
@@ -28,11 +28,11 @@ winsun:
#鉴权地址
#鉴权地址
serviceId
:
core
serviceId
:
core
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
1800
session-invalidate-time
:
1800
...
...
renewal-user/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -28,11 +28,11 @@ winsun:
...
@@ -28,11 +28,11 @@ winsun:
#鉴权地址
#鉴权地址
serviceId
:
core
serviceId
:
core
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
1800
session-invalidate-time
:
1800
...
...
service-manager/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -28,11 +28,11 @@ winsun:
...
@@ -28,11 +28,11 @@ winsun:
#鉴权地址
#鉴权地址
serviceId
:
core
serviceId
:
core
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
1800
session-invalidate-time
:
1800
...
...
task/src/main/resources/application-prod.yml
View file @
2545ea23
...
@@ -28,11 +28,11 @@ winsun:
...
@@ -28,11 +28,11 @@ winsun:
#鉴权地址
#鉴权地址
serviceId
:
core
serviceId
:
core
#是否开启swagger (true/false)
#是否开启swagger (true/false)
swagger-open
:
tru
e
swagger-open
:
fals
e
#是否开启登录时验证码 (true/false)
#是否开启登录时验证码 (true/false)
kaptcha-open
:
false
kaptcha-open
:
false
#是否开启spring session,如果是多机环境需要开启(true/false)
#是否开启spring session,如果是多机环境需要开启(true/false)
spring-session-open
:
fals
e
spring-session-open
:
tru
e
redis-session-expire
:
86400
redis-session-expire
:
86400
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
#session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
session-invalidate-time
:
1800
session-invalidate-time
:
1800
...
...
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