From 5f584e683aec0582e126c8e8049ef8d658880a48 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 24 五月 2021 16:12:40 +0800 Subject: [PATCH] update redis序列化修改为使用jackson --- ruoyi-admin/pom.xml | 35 +++-------------------------------- 1 files changed, 3 insertions(+), 32 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index d1b6231..e51c7da 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -24,35 +24,6 @@ <optional>true</optional> <!-- 琛ㄧず渚濊禆涓嶄細浼犻�� --> </dependency> -<!-- <!– swagger2–>--> -<!-- <dependency>--> -<!-- <groupId>io.springfox</groupId>--> -<!-- <artifactId>springfox-swagger2</artifactId>--> -<!-- </dependency>--> - -<!-- <!–闃叉杩涘叆swagger椤甸潰鎶ョ被鍨嬭浆鎹㈤敊璇紝鎺掗櫎2.9.2涓殑寮曠敤锛屾墜鍔ㄥ鍔�1.5.21鐗堟湰–>--> -<!-- <dependency>--> -<!-- <groupId>io.swagger</groupId>--> -<!-- <artifactId>swagger-annotations</artifactId>--> -<!-- <version>1.5.21</version>--> -<!-- </dependency>--> - -<!-- <dependency>--> -<!-- <groupId>io.swagger</groupId>--> -<!-- <artifactId>swagger-models</artifactId>--> -<!-- <version>1.5.21</version>--> -<!-- </dependency>--> - -<!-- <dependency>--> -<!-- <groupId>com.github.xiaoymin</groupId>--> -<!-- <artifactId>swagger-bootstrap-ui</artifactId>--> -<!-- </dependency>--> - - <dependency> - <groupId>com.github.xiaoymin</groupId> - <artifactId>knife4j-spring-boot-starter</artifactId> - </dependency> - <!-- Mysql椹卞姩鍖� --> <dependency> <groupId>mysql</groupId> @@ -86,11 +57,12 @@ </dependencies> <build> + <finalName>${project.artifactId}</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.1.1.RELEASE</version> + <version>${spring-boot.version}</version> <configuration> <fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 --> </configuration> @@ -110,9 +82,8 @@ <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> </configuration> - </plugin> + </plugin> </plugins> - <finalName>${project.artifactId}</finalName> </build> </project> \ No newline at end of file -- Gitblit v1.9.3