From 89c622406283bc2b8f214280bb797a881e0c26a5 Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期二, 09 六月 2020 15:39:51 +0800
Subject: [PATCH] 实现PTZ控制代码

---
 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