From 32e62c64b2e384d11443cb4ae90177d5664dc8d8 Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期五, 17 六月 2022 18:53:31 +0800 Subject: [PATCH] Object返回Json --- pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 0dec8eb..03e7429 100644 --- a/pom.xml +++ b/pom.xml @@ -141,6 +141,12 @@ <artifactId>jstl</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + <!--<scope>provided</scope>--> + </dependency> + <!-- mybatis鑷姩鐢熸垚 --> <dependency> <groupId>com.gitee.sunchenbin.mybatis.actable</groupId> @@ -287,7 +293,7 @@ </dependencies> <build> - <finalName>hx-demoboot</finalName> + <finalName>hx-common</finalName> <resources> <resource> <directory>src/main/java</directory> -- Gitblit v1.8.0