From 1f48ec21cd29a4745e191f5ddadaf7a701f7d223 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期五, 12 六月 2020 10:50:45 +0800 Subject: [PATCH] 将xml解析编码设定为GB2312,以满足GB28181要求 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 0788992..a9ffb1c 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-undertow</artifactId> + <artifactId>spring-boot-starter-tomcat</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0