From a1db2ea6ccdafdffdf2ed4e52844179e72dc77a5 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 20 一月 2026 10:25:09 +0800
Subject: [PATCH] #
---
pom.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 39b2e35..9524c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,10 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ </dependency>
+ <dependency>
<groupId>cn.cool</groupId>
<artifactId>framework</artifactId>
<version>${cool.version}</version>
@@ -111,7 +115,7 @@
</dependencies>
<build>
- <finalName>wms</finalName>
+ <finalName>ddthwms</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.9.1