From 7e25fda3cfb8a7fc785cb6261a888671fb146fbe Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Wed, 18 Nov 2020 14:13:13 +0800 Subject: [PATCH] 从history获取数据接口更新为从history日表获取 --- src/main/resources/application.yml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 06aa043..e6496fa 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,13 +4,6 @@ session-timeout: 30 tomcat.max-threads: 0 tomcat.uri-encoding: UTF-8 - max-http-header-size: 10000000 - jsp-servlet: - init-parameters: - development: true - - - spring: thymeleaf: -- Gitblit v1.8.0