redis配置在spring redis,去掉data
This commit is contained in:
parent
e6f2dc007a
commit
0116134b27
@ -14,12 +14,12 @@ spring:
|
|||||||
# url: jdbc:mysql://120.27.210.161:3306/testdb?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
# url: jdbc:mysql://120.27.210.161:3306/testdb?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
||||||
# username: testdb
|
# username: testdb
|
||||||
# password: 27CTfsyJmZRESmsa
|
# password: 27CTfsyJmZRESmsa
|
||||||
url: jdbc:mysql://121.37.111.42:3306/filemanagedb?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
# url: jdbc:mysql://121.37.111.42:3306/filemanagedb?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
||||||
username: filemanagedb
|
# username: filemanagedb
|
||||||
password: GAPchydbCKYFjjAa
|
# password: GAPchydbCKYFjjAa
|
||||||
#url: jdbc:mysql://43.138.168.68:3306/filemanagedb?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
url: jdbc:mysql://43.138.168.68:3306/filemanagedb?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
||||||
#username: root
|
username: root
|
||||||
#password: ylfw20230626@
|
password: ylfw20230626@
|
||||||
mvc:
|
mvc:
|
||||||
pathmatch:
|
pathmatch:
|
||||||
matching-strategy: ant_path_matcher
|
matching-strategy: ant_path_matcher
|
||||||
@ -31,12 +31,11 @@ spring:
|
|||||||
max-swallow-size: -1
|
max-swallow-size: -1
|
||||||
connection-timeout: 86400000
|
connection-timeout: 86400000
|
||||||
max-http-form-post-size: -1
|
max-http-form-post-size: -1
|
||||||
data:
|
redis:
|
||||||
redis:
|
host: localhost
|
||||||
host: 127.0.0.1
|
port: 6379
|
||||||
port: 6379
|
password:
|
||||||
password:
|
database: 0
|
||||||
database: 0
|
|
||||||
logging:
|
logging:
|
||||||
file:
|
file:
|
||||||
path: E:/projectJava/FileManage/logs/
|
path: E:/projectJava/FileManage/logs/
|
||||||
@ -53,6 +52,7 @@ mybatis-plus:
|
|||||||
configuration:
|
configuration:
|
||||||
default-enum-type-handler: com.yfd.platform.config.MybatisEnumTypeHandler
|
default-enum-type-handler: com.yfd.platform.config.MybatisEnumTypeHandler
|
||||||
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||||
|
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 将日志输出到控制台
|
||||||
|
|
||||||
# 登录相关配置
|
# 登录相关配置
|
||||||
login:
|
login:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user