You've already forked FrameTour-BE
jvm21!
This commit is contained in:
@@ -25,12 +25,6 @@ spring:
|
||||
jackson:
|
||||
date-format: "yyyy-MM-dd HH:mm:ss"
|
||||
time-zone: GMT+8
|
||||
redis:
|
||||
host: 10.59.3.218
|
||||
port: 6379
|
||||
# 密码过于复杂需要使用''引起来,要不可能导致项目无法启动,因为无法识别特殊字符
|
||||
password: ZhEnTuAi
|
||||
timeout: 40000
|
||||
# 配置用户头像存放静态资源文件夹
|
||||
# 配置请求文件大小
|
||||
servlet:
|
||||
@@ -40,6 +34,12 @@ spring:
|
||||
web:
|
||||
resources:
|
||||
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
|
||||
data:
|
||||
redis:
|
||||
host: 10.59.3.218
|
||||
port: 6379
|
||||
password: ZhEnTuAi
|
||||
timeout: 40000
|
||||
|
||||
# MyBatis
|
||||
mybatis-plus:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8030
|
||||
port: 8031
|
||||
|
||||
spring:
|
||||
application:
|
||||
@@ -29,12 +29,6 @@ spring:
|
||||
jackson:
|
||||
date-format: "yyyy-MM-dd HH:mm:ss"
|
||||
time-zone: GMT+8
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
# 密码过于复杂需要使用''引起来,要不可能导致项目无法启动,因为无法识别特殊字符
|
||||
password: ''
|
||||
timeout: 2000
|
||||
# 配置用户头像存放静态资源文件夹
|
||||
# 配置请求文件大小
|
||||
servlet:
|
||||
@@ -44,6 +38,12 @@ spring:
|
||||
web:
|
||||
resources:
|
||||
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
|
||||
data:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: ''
|
||||
timeout: 5000
|
||||
|
||||
# MyBatis
|
||||
mybatis-plus:
|
||||
|
Reference in New Issue
Block a user