05 2018 档案

摘要:更多请参考:https://grpc.io/docs/quickstart一、准备工作 1. grpc编译安装 >yum install -y gcc-c++ autoconf libtool >yum groupinstall -y "Development Tools" >git clone h 阅读全文
posted @ 2018-05-29 15:02 呆小田 阅读(557) 评论(0) 推荐(0) 编辑
摘要:mvn install -DskipTests,不执行测试用例,但编译测试用例类生成相应的class文件至target/test-classes下。 mvn install -Dmaven.test.skip=true,不执行测试用例,也不编译测试用例类。 阅读全文
posted @ 2018-05-16 12:08 呆小田 阅读(988) 评论(0) 推荐(0) 编辑
摘要:更多信息请从官网获取https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE 1.parent基于自己项目而非spring-boot-starter-parent 目前解决方案 (1)所有的springboot依赖显示写出版本号 (2)plugin显 阅读全文
posted @ 2018-05-16 09:44 呆小田 阅读(420) 评论(0) 推荐(0) 编辑
摘要:1. git clone 2.git fetch 3.git add 4.git commint 5.git push 6.git pull 7.git merge 阅读全文
posted @ 2018-05-05 11:28 呆小田 阅读(134) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示