From 8beab91730f3e3cd6b53e4d498f763ff9dc65ef5 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Wed, 18 Nov 2020 14:16:55 +0800 Subject: [PATCH] 修改污染溯源接口,从history表中获取改为从history天表获取 --- src/main/resources/application.yml | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 15f6111..e6496fa 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,9 +4,6 @@ session-timeout: 30 tomcat.max-threads: 0 tomcat.uri-encoding: UTF-8 - jsp-servlet: - init-parameters: - development: true spring: thymeleaf: -- Gitblit v1.8.0