From 0c420edb24c2f3a783706e65f0ad76f282518d22 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 12 三月 2024 16:15:00 +0800
Subject: [PATCH] bug修改

---
 ycl-common/pom.xml |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/ycl-common/pom.xml b/ycl-common/pom.xml
index aa4d9ee..36dde88 100644
--- a/ycl-common/pom.xml
+++ b/ycl-common/pom.xml
@@ -5,14 +5,15 @@
     <parent>
         <groupId>com.ycl</groupId>
         <artifactId>ycl-server</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>com.ycl</groupId>
     <artifactId>ycl-common</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>ycl-common</name>
     <description>鍏叡妯″潡</description>
+
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -26,6 +27,11 @@
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-aop</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
@@ -33,9 +39,13 @@
 
     <build>
         <plugins>
+            <!-- 璧勬簮鏂囦欢鎷疯礉鎻掍欢 -->
             <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
             </plugin>
         </plugins>
     </build>

--
Gitblit v1.8.0