From e84a8f8d8a8b4d837fe589ab61eac9ecd418e05d Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期五, 18 八月 2023 08:58:12 +0800
Subject: [PATCH] 8.18修改接口“根据销售单id修改详情信息”传入值(调整)
---
pom.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 762ac55..4402414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<openfeign.version>3.1.3</openfeign.version>
<feign-okhttp.version>11.0</feign-okhttp.version>
<shiro.version>1.5.3</shiro.version>
- <velocity-engine.version>2.3</velocity-engine.version>
+ <freemwork.version>2.3.32</freemwork.version>
<!--鎻愪氦鍓�-->
<!-- 鎵撳寘鍚庡鍑虹殑璺緞 -->
<package.path>${project.build.directory}/BLOG</package.path>
@@ -126,6 +126,13 @@
<version>${mybatis-plus.version}</version>
</dependency>
+ <!--浠g爜鐢熸垚鍣ㄦā鏉�-->
+ <dependency>
+ <groupId>org.freemarker</groupId>
+ <artifactId>freemarker</artifactId>
+ <version>${freemarker.version}</version>
+ </dependency>
+
<!--feign-->
<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -145,13 +152,6 @@
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
<version>${shiro.version}</version>
- </dependency>
-
- <!-- 浠g爜鐢熸垚鍣ㄦā鏉匡紝鐢ㄤ簬鐢熸垚浠g爜 -->
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine-core</artifactId>
- <version>${velocity-engine.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
--
Gitblit v1.9.3