From b85542765637358cb1473629d0ea767ac076aec3 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 23 九月 2025 13:36:26 +0800
Subject: [PATCH] 图片压缩
---
ycl-generator/pom.xml | 67 +++++++++------------------------
1 files changed, 18 insertions(+), 49 deletions(-)
diff --git a/ycl-generator/pom.xml b/ycl-generator/pom.xml
index 8da5f1e..1b40e42 100644
--- a/ycl-generator/pom.xml
+++ b/ycl-generator/pom.xml
@@ -2,69 +2,38 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>ycl-generator</artifactId>
- <version>1.0-SNAPSHOT</version>
-
<parent>
<artifactId>zgyw</artifactId>
<groupId>com.ycl</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
+ <modelVersion>4.0.0</modelVersion>
- <properties>
- <maven.compiler.source>17</maven.compiler.source>
- <maven.compiler.target>17</maven.compiler.target>
- </properties>
+ <artifactId>ycl-generator</artifactId>
+
+ <description>
+ generator浠g爜鐢熸垚
+ </description>
<dependencies>
+
+ <!--velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <scope>runtime</scope>
- <version>5.1.49</version>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-engine-core</artifactId>
</dependency>
- <!--mybatis plus 璧锋渚濊禆-->
+ <!-- collections宸ュ叿绫� -->
<dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>3.4.2</version>
- </dependency>
-
- <!--mp 浠g爜鐢熸垚鍣�-->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-generator</artifactId>
- <version>3.4.1</version>
- </dependency>
-
-
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>1.5.20</version>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
</dependency>
<dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- <version>2.3.30</version>
+ <groupId>com.ycl</groupId>
+ <artifactId>ycl-pojo</artifactId>
+ <version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
-</project>
+
+</project>
\ No newline at end of file
--
Gitblit v1.8.0