将demo迁移到module模块中

This commit is contained in:
JEECG
2025-04-07 14:09:17 +08:00
parent 4f2f1d6265
commit 9fd4c3b3d2
221 changed files with 119 additions and 636 deletions

View File

@ -84,8 +84,8 @@
<modules>
<module>jeecg-boot-base-core</module>
<module>jeecg-module-demo</module>
<module>jeecg-module-system</module>
<module>jeecg-boot-module</module>
</modules>
<repositories>
@ -436,7 +436,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
<version>3.7.3</version>
<version>3.7.4</version>
</dependency>
<!--flyway 支持 mysql5.7+、MariaDB10.3.16-->
<!--mysql5.6需要把版本号改成5.2.1-->