Explorar o código

质量标准配置开发

fanxw %!s(int64=4) %!d(string=hai) anos
pai
achega
5e7e3fefac

+ 1 - 1
src/main/java/com/chinaitop/depot/storage/utils/GeneratorSqlmap.java

@@ -16,7 +16,7 @@ public class GeneratorSqlmap {
16 16
 		List<String> warnings = new ArrayList<String>();
17 17
 		boolean overwrite = true;
18 18
 		//指定 逆向工程配置文件(写自己电脑的路径)
19
-		File configFile = new File("D:\\git_local\\depot-qualitycheck\\src\\main\\resources\\generatorConfig.xml");
19
+		File configFile = new File("D:\\git_ziguangyun_gogs\\tianjin\\depot-qualitycheck-tianjin\\src\\main\\resources\\generatorConfig.xml");
20 20
 		ConfigurationParser cp = new ConfigurationParser(warnings);
21 21
 		Configuration config = cp.parseConfiguration(configFile);
22 22
 		DefaultShellCallback callback = new DefaultShellCallback(overwrite);

+ 2 - 4
src/main/resources/generatorConfig.xml

@@ -50,10 +50,8 @@
50 50
 		</javaClientGenerator>
51 51
 		
52 52
 		<!-- 指定要反向生成的数据库表 -->
53
-		<table schema="" tableName="storage_water_check"></table>
54
-		<table schema="" tableName="storage_warter_fixed_point"></table>
55
-		<table schema="" tableName="storage_warter_mobile_point"></table>
56
-		<table schema="" tableName="storage_set"></table>
53
+<!-- 		<table schema="" tableName="storage_qualitystandard_main"></table> -->
54
+		<table schema="" tableName="storage_qualitystandard_preparation"></table>
57 55
 
58 56
 	</context>
59 57
 </generatorConfiguration>