feat(mes): 添加Spring Web注解支持并优化模块依赖- 为多个移动端控制器添加@RestController和@RequestMapping注解支持
- 在DvSpecialEquipment实体类中引入MyBatis Plus注解 - 调整gear-mes模块在父级pom中的依赖管理配置- 更新gear-admin模块对gear-mes的依赖声明 -修正pom.xml中重复模块声明问题
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -376,7 +376,11 @@
|
||||
<artifactId>gear-oa</artifactId>
|
||||
<version>${gear.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.gear.mes</groupId>
|
||||
<artifactId>gear-mes</artifactId>
|
||||
<version>${gear.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@@ -394,7 +398,6 @@
|
||||
<module>gear-system</module>
|
||||
<module>gear-oa</module>
|
||||
<module>gear-mes</module>
|
||||
<module>gear-mes</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user