MCPcopy Create free account
hub / github.com/WQL-KXJ/EnterpriseManagementSystem / gen

Class gen

src/main/java/test_wql/gen.java:16–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import java.util.List;
15
16public class gen {
17//逆向工厂
18 public static void main(String[] args) throws InterruptedException, SQLException, IOException, InvalidConfigurationException, XMLParserException {
19 List<String> warnings = new ArrayList<String>();
20 boolean overwrite = true;
21 File configFile = new File("gen.xml");
22 ConfigurationParser cp = new ConfigurationParser(warnings);
23 Configuration config = cp.parseConfiguration(configFile);
24 DefaultShellCallback callback = new DefaultShellCallback(overwrite);
25 MyBatisGenerator myBatisGenerator = new MyBatisGenerator(config, callback, warnings);
26 myBatisGenerator.generate(null);
27 }
28
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected