摘要: 基于idea 编辑器下maven项目使用mybatis generator快速生成持久层 详情如下: 在pom文件中添加插件 详细配置文件 运行工程-双击666. 双击mybatis generator,可以吃鸡腿了。 在这里有个需要注意的点:如果使用springboot中的.yml结尾的配置文件时 阅读全文
posted @ 2019-03-10 23:25 Axuduo 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 一、常用命令 1、添加到本地仓库缓存 git add . 2、查看本地仓库状态 git status 3、提交到本地仓库 git commit -am 'project init' 4、连接线上分支 git remote add origin https://github.com/Axuduo/XX 阅读全文
posted @ 2019-03-10 17:27 Axuduo 阅读(394) 评论(0) 推荐(0) 编辑