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 | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 852c3fe..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> @@ -278,10 +284,16 @@ <artifactId>spring-boot-starter-forest</artifactId> <version>1.5.0-RC2</version> </dependency> + + <!-- redis --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-redis</artifactId> + </dependency> </dependencies> <build> - <finalName>hx-demoboot</finalName> + <finalName>hx-common</finalName> <resources> <resource> <directory>src/main/java</directory> -- Gitblit v1.8.0