Skip to content

Commit f994387

Browse files
committed
2025.12.07目录结构调整!
1 parent 0da68ae commit f994387

File tree

136 files changed

+15
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+15
-137
lines changed

README.md

Lines changed: 3 additions & 3 deletions

generator-web/pom.xml

Lines changed: 0 additions & 128 deletions
This file was deleted.

pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@
55

66
<groupId>com.softdev.system</groupId>
77
<artifactId>SpringBootCodeGenerator</artifactId>
8-
<version>2023</version>
9-
<packaging>pom</packaging>
8+
<version>2025</version>
9+
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
1414
<version>3.5.8</version>
1515
</parent>
1616

17-
<modules>
18-
<module>generator-web</module>
19-
</modules>
20-
2117
<repositories>
2218
<repository>
2319
<id>alimaven</id>
@@ -41,6 +37,16 @@
4137
<artifactId>jsqlparser</artifactId>
4238
<version>5.3</version>
4339
</dependency>
40+
<dependency>
41+
<groupId>junit</groupId>
42+
<artifactId>junit</artifactId>
43+
<scope>test</scope>
44+
</dependency>
45+
46+
<dependency>
47+
<groupId>org.springframework.boot</groupId>
48+
<artifactId>spring-boot-autoconfigure</artifactId>
49+
</dependency>
4450

4551
<dependency>
4652
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)