Skip to content

Commit

Permalink
请假工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
forezp committed Sep 2, 2019
1 parent 9d822d0 commit 010ae34
Show file tree
Hide file tree
Showing 16 changed files with 469 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public class MysqlGenerator {
// throw new MybatisPlusException("请输入正确的" + tip + "!");
// }

public static String[] tableNames={"act_model_category"};
public static String[] tableNames={"pl_vacation"};

public static String packageName="io.github.forezp.modules.activiti";
public static String packageName="io.github.forezp.modules.personnel";
/**
* RUN THIS
*/
Expand All @@ -70,11 +70,11 @@ public static void main(String[] args) {

// 数据源配置
DataSourceConfig dsc = new DataSourceConfig();
dsc.setUrl("jdbc:mysql://119.23.221.204:3306/aries?useUnicode=true&characterEncoding=utf8&tinyInt1isBit=false&useSSL=false&serverTimezone=GMT");
dsc.setUrl("jdbc:mysql://127.0.0.1:3306/aries?useUnicode=true&characterEncoding=utf8&tinyInt1isBit=false&useSSL=false&serverTimezone=GMT");
// dsc.setSchemaName("public");
dsc.setDriverName("com.mysql.jdbc.Driver");
dsc.setUsername("root");
dsc.setPassword("Fzp!23@2009");
dsc.setPassword("123456");

mpg.setDataSource(dsc);

Expand Down
Loading

0 comments on commit 010ae34

Please sign in to comment.