From 4f12e174fc86f7661ce25020863b05b079236582 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 06 六月 2025 14:54:56 +0800
Subject: [PATCH] #
---
pom.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 25f4ab2..6151db3 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>ykwms</finalName>
+ <finalName>wms</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.9.1