2018年7月16日

mybatis 生成 映射文件生成工具 mybatisGenerator 使用

摘要: 第一:新建 generatorConfig.xml 文件 ,写入下面的 内容 第二:在 eclipse markerplace 里面 安装 当然一般安装 新的版本 然后在 运行就可以了 具体配置文件 怎么写 ,有空我在补全。 还有一种 java 类的mybatisGenerator 使用方式 ,有兴 阅读全文

posted @ 2018-07-16 20:54 zhangyukun 阅读(175) 评论(0) 推荐(0)

spring 使用 maven profile

摘要: 先看看 maven 定义 profile 的写法 <!-- profiles --> <profiles> <profile> <activation> <activeByDefault>true</activeByDefault> </activation> <id>dev</id> <prope 阅读全文

posted @ 2018-07-16 20:17 zhangyukun 阅读(2055) 评论(0) 推荐(0)

导航