摘要: 一、maven 依赖 二、配置文件 application.properties 三、建立Entity和Repository 1、Book 实体类 2、Author 实体类 3、Publisher 实体类 4、Reviewer 5、BookRepository 6、MyStartupRunner 命 阅读全文
posted @ 2017-03-15 14:05 oftenlin 阅读(5930) 评论(0) 推荐(0) 编辑
摘要: 一、本地仓库操作 1、初始化 git init 2、添加版本控制文件 git add README.md3、本地提交 git commit -m “1st commit”4、配置远程仓库 git remote add origin https://git.oschina.net/oftenlin/t 阅读全文
posted @ 2017-03-15 13:44 oftenlin 阅读(258) 评论(0) 推荐(0) 编辑