feat: 代码生成器v1已放弃
This commit is contained in:
parent
7da1234109
commit
51515d2d5f
|
@ -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();
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue