...
|
...
|
@@ -12,13 +12,13 @@ Java版本选择8 |
|
|
|
|
|
## 安装Navicat for MySQL:
|
|
|
安装Mysql数据库客户端软件
|
|
|
数据库配置信息:192.168.50.69:9980 yh_test/密码问同事
|
|
|
数据库配置信息:192.168.102.219:3306 yh_test/yh_test
|
|
|
|
|
|
|
|
|
## 安装Git 和 SourceTree:
|
|
|
安装`《Git-2.6.2-64-bit.exe》`,公司GIT地址:`git.dev.yoho.cn`,需要根据账号让组长加项目权限
|
|
|
安装`《Git-2.6.2-64-bit.exe》`,公司GIT地址:`git.yoho.cn`,需要根据账号让组长加项目权限
|
|
|
安装公司要求的Git客户端软件`《SourceTreeSetup_1.6.21》`
|
|
|
然后在网页GIT中获得工作相关项目的连接,如:`git@git.dev.yoho.cn:yoho30/yoho-core.git`,在SourceTree中“克隆/新建”对应的项目
|
|
|
然后在网页GIT中获得工作相关项目的连接,如:`git@git.yoho.cn:yoho30/yoho-core.git`,在SourceTree中“克隆/新建”对应的项目
|
|
|
|
|
|
|
|
|
## 安装Java IDE
|
...
|
...
|
@@ -26,7 +26,7 @@ Java版本选择8 |
|
|
`File-->Setting:Git,Maven(home,setting,repository),KeyMap(快捷键风格同eclipse),file encodings(IDE Encode,Default File Encoding),Show line numbers`等等
|
|
|
在idea中导入Maven项目
|
|
|
增加Service的配置,配置完成之后再Service中增加web应用
|
|
|
公司代码规范见:`http://git.dev.yoho.cn/yoho-documents/api-interfaces/blob/master`
|
|
|
公司代码规范见:`http://git.yoho.cn/yoho-documents/api-interfaces/blob/master`
|
|
|
|
|
|
|
|
|
## 需求跟踪系统
|
...
|
...
|
|