Skip to content

Commit c0dc924

Browse files
author
wuxw7
committed
增加详细的项目安装说明和二次开发说明
1 parent 50fedae commit c0dc924

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://jingyan.baidu.com/article/925f8cb836b26ac0dde0569e.html(有详细说明)
1414

1515
2.0 安装 maven3
1616

17-
进入Apache 官方下载 maven3,目前最新版为maven3.5.0 下载地址为(这里)[http://maven.apache.org/download.cgi],配置MAVEN_HOME环境变量和path 变量,这个和配置java环境变量是一致的这里不再详细说明,可以参考官方安装说明http://maven.apache.org/install.html
17+
进入Apache 官方下载 maven3,目前最新版为maven3.5.0 下载地址为[这里](http://maven.apache.org/download.cgi),配置MAVEN_HOME环境变量和path 变量,这个和配置java环境变量是一致的这里不再详细说明,可以参考官方安装说明http://maven.apache.org/install.html
1818

1919
3.0 安装git版本
2020

@@ -86,6 +86,14 @@ https://jingyan.baidu.com/article/925f8cb836b26ac0dde0569e.html(有详细说明)
8686
insert into t_user(name,passwd,phone,userId,wOpenId,zOpenId,email)
8787
values('java110官方测试','123456','15897089471','10020160223001','123','','[email protected]');
8888

89+
<h2>源码打架:</h2>
90+
91+
1.0 开发工具选择
92+
93+
官方是由Myeclipse 8.5 开发,二次开发完全可以用eclipse 或任意版本的MyEclipse开发,各位idea的朋友只需要导入项目是选择以eclipse方式导入也是可以的
94+
95+
96+
8997

9098

9199

0 commit comments

Comments
 (0)