Skip to content

Commit

Permalink
删除重复代码
Browse files Browse the repository at this point in the history
  • Loading branch information
railswu committed Sep 11, 2018
1 parent 2bd56a8 commit 9eaa1cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public void generate() throws Exception {
context.setId("myid");
context.addTableConfiguration(tableConfig);
context.setJdbcConnectionConfiguration(jdbcConfig);
context.setJdbcConnectionConfiguration(jdbcConfig);
context.setJavaModelGeneratorConfiguration(modelConfig);
context.setSqlMapGeneratorConfiguration(mapperConfig);
context.setJavaClientGeneratorConfiguration(daoConfig);
Expand Down

0 comments on commit 9eaa1cd

Please sign in to comment.