1 Star 0 Fork 2

下一页 / generator_doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xia-zai-an-zhuang.md 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
下一页 提交于 2017-11-10 21:27 . 修改完成文档说明

下载安装

1、下载地址和下载方式

github地址为:
https://github.com/liumingmusic/generator-project
两个项目git地址为:
https://github.com/liumingmusic/generator-fast.git
https://github.com/liumingmusic/generator-project.git

也可以使用Download ZIP进行压缩包下载,解压进行使用。

2、初始化数据库
下载下来的generator-fast项目文件夹doc中有db.sql数据库脚本。在mysql中新建数据库generator-fast,将db.sql进行脚本导入,数据库新建编码格式为utf-8。

3、项目导入 使用eclipsemyeclipse进行导入。导入完成需要在线下载项目所依赖的jar包。

注:maven默认的下载地址在国外,需要修改maven中的settings.xml文件,将下载的地址修改为阿里的地址,加快下载地址。在mirrors标签中新增如下代码即可。

<mirror>
    <id>alimaven</id>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <mirrorOf>central</mirrorOf>      
</mirror>
JavaScript
1
https://gitee.com/liumingmusic/generator_doc.git
git@gitee.com:liumingmusic/generator_doc.git
liumingmusic
generator_doc
generator_doc
master

搜索帮助