feat: 代码生成器v1已放弃

This commit is contained in:
bunny 2025-04-05 16:38:37 +08:00
parent 7da1234109
commit 51515d2d5f
23 changed files with 20 additions and 20 deletions

View File

@ -67,7 +67,7 @@ public class DbInfoUtil {
* @throws SQLException SQLException
*/
public TableMetaData tableInfo(String tableName) throws SQLException {
TableMetaData tableMetaData = null;
TableMetaData tableMetaData;
try (Connection connection = dataSource.getConnection()) {
DatabaseMetaData metaData = connection.getMetaData();

View File

@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>common-generator</artifactId>
<artifactId>generator-v1</artifactId>
<packaging>jar</packaging>
<name>common-utils</name>

View File

@ -13,7 +13,7 @@
<url>https://maven.apache.org</url>
<modules>
<!-- <module>service-utils</module> -->
<module>common-generator</module>
<module>generator-v1</module>
</modules>
<dependencies>