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 |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index d44149a..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:
@@ -65,6 +62,7 @@
       min-idle: 0
 
 
+
 #  data:
 #    mongodb:
 #      uri: mongodb://47.96.171.62:27017/monitor

--
Gitblit v1.8.0