Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
customer-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QG
customer-service
Commits
df735278
Commit
df735278
authored
Nov 05, 2019
by
xiaozhe.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加修改手机号后台管理接口
parent
e713d635
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Bootstrap.java
src/main/java/cn/quantgroup/customer/Bootstrap.java
+0
-2
Constant.java
src/main/java/cn/quantgroup/customer/constant/Constant.java
+1
-1
No files found.
src/main/java/cn/quantgroup/customer/Bootstrap.java
View file @
df735278
...
...
@@ -4,11 +4,9 @@ import org.springframework.boot.SpringApplication;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.context.annotation.EnableAspectJAutoProxy
;
import
org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession
;
@Configuration
@EnableAspectJAutoProxy
@EnableRedisHttpSession
(
maxInactiveIntervalInSeconds
=
24
*
60
*
60
)
@SpringBootApplication
(
scanBasePackages
=
{
"cn.quantgroup.customer"
})
...
...
src/main/java/cn/quantgroup/customer/constant/Constant.java
View file @
df735278
...
...
@@ -8,7 +8,7 @@ public interface Constant {
String
COOKIE_NAME
=
"SESSION"
;
String
CUSTOMER_SESSION_NAMESPACE
=
"CUSTOMER:SESSION_NAMESPACE"
;
String
SPRING_SECURITY_CONTEXT
=
"SPRING_SECURITY_CONTEXT"
;
int
COOKIE_AND_SESSION_EXPIRE_TIMEOUT_SECONDS
=
8640
0
;
int
COOKIE_AND_SESSION_EXPIRE_TIMEOUT_SECONDS
=
24
*
60
*
6
0
;
String
LOGIN_SUCCESS
=
"登录成功"
;
...
...
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