将 test 独立出模块,方便代码管理

This commit is contained in:
thinkgem
2024-07-06 22:22:06 +08:00
parent 9b4b4affa0
commit 090b2cd3fc
123 changed files with 193 additions and 15299 deletions

View File

@@ -23,7 +23,7 @@
<finalName>web</finalName><!-- war or jar 包的名称 -->
<start-class>com.jeesite.modules.ApiApplication</start-class>
<!-- docker setting -->
<docker.run.port>8980:8980</docker.run.port>
@@ -38,6 +38,13 @@
<version>${project.parent.version}</version>
</dependency>
<!-- 测试模块 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-test</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- 在线文档接口 -->
<dependency>
<groupId>com.jeesite</groupId>