Maven
蛋焊工
搬砖小学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven指定jdk版本
1.one or more constraints have not been satisfiedmaven项目倒入后problem提示:one or more constraints have not been satisfied。1、有可能是你的jdk版的过低了。如下<plugin> <groupId>org.apache.maven.plugins&...原创 2017-07-14 16:40:48 · 512 阅读 · 0 评论 -
使用mybatis-generatorMaven插件生成Mapper、Model、XML
在pom.xml配置MAVENmybatis-generator插件<!-- GeneratorConfig生成pojo、mapper、xml --> <plugin> <groupId>org.mybatis.generator</groupId> <artifac...原创 2018-07-06 19:46:01 · 326 阅读 · 0 评论
分享