Commit c88ee674 authored by m1991's avatar m1991

资讯模块数据——展示功能实现

parent 217533a1
...@@ -40,15 +40,15 @@ spring: ...@@ -40,15 +40,15 @@ spring:
# 启用 # 启用
enabled: true enabled: true
# 上传文件单个限制 # 上传文件单个限制
max-file-size: 10MB max-file-size: 20MB
# 总限制 # 总限制
max-request-size: 20MB max-request-size: 40MB
# 192.168.110.165 adm4HYservice$ # 192.168.110.165 adm4HYservice$
redis: redis:
database: 0 database: 0
host: 127.0.0.1 host: 192.168.110.165
port: 6379 port: 6379
password: 123456 # 密码(默认为空) password: adm4HYservice$ # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒) timeout: 6000ms # 连接超时时长(毫秒)
jedis: jedis:
pool: pool:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment