Commit 33bb27de authored by killfen's avatar killfen

配置文件更新

parent 03694f4e
......@@ -14,7 +14,7 @@ import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.handler.SimpleMappingExceptionResolver;
import com.mingsoft.basic.configurer.ShiroTagFreeMarkderConfigurer;
import net.mingsoft.basic.configurer.ShiroTagFreeMarkderConfigurer;
import net.mingsoft.basic.security.BaseAuthRealm;
......
......@@ -21,7 +21,7 @@ import com.alibaba.druid.support.http.StatViewServlet;
import com.alibaba.druid.support.http.WebStatFilter;
import com.alibaba.druid.support.spring.stat.BeanTypeAutoProxyCreator;
import com.alibaba.druid.support.spring.stat.DruidStatInterceptor;
import com.mingsoft.basic.interceptor.ActionInterceptor;
import net.mingsoft.basic.interceptor.ActionInterceptor;
import cn.hutool.core.collection.CollectionUtil;
......
......@@ -2,7 +2,7 @@ server:
port: 8081
tomcat:
max-http-header-size: 10240 #单位:字节
ms:
ms:
manager:
path: ms
view:
......@@ -11,16 +11,13 @@ ms:
timeout: 1800000 #会话超时, 单位:毫秒, 20m=1200000ms, 30m=1800000ms, 60m=3600000ms
validation.interval: 120000 #会话清理间隔时间, 单位:毫秒,2m=120000ms
upload:
floder:
path: /upload
file:
path: /upload
denied: exe
allowed: jpg
max:
size: 1
in:
memory:
size: 4096
max:
size: 1
memory:
size: 4096
spring:
profiles:
......
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