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