ref 脚手架删除代码生成模块, 调整遗漏包名和多余依赖

This commit is contained in:
DaxPay
2024-05-09 17:27:57 +08:00
parent d2a73adebe
commit 055d0b2ed7
41 changed files with 13 additions and 1705 deletions

View File

@@ -4,7 +4,7 @@
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>
<parent>
<groupId>cn.bootx.platform</groupId>
<groupId>cn.daxpay.single</groupId>
<artifactId>daxpay-single</artifactId>
<version>2.0.6</version>
</parent>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>cn.bootx.platform</groupId>
<groupId>cn.daxpay.single</groupId>
<artifactId>daxpay-single-service</artifactId>
<version>${daxpay.version}</version>
</dependency>