Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
hel-developer-guide
Commits
382b3074
Commit
382b3074
authored
Sep 15, 2017
by
刘鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project-create.md
parent
e9571648
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
project-create.md
project-create.md
+8
-8
No files found.
project-create.md
View file @
382b3074
# 新开项目
本章节将引导您从零开始,创建一个可以运行的 Demo 工程。此工程基于H
EL
融租易标准版,包含一个 demo 实例。
本章节将引导您从零开始,创建一个可以运行的 Demo 工程。此工程基于H
LS
融租易标准版,包含一个 demo 实例。
## 开发工具准备
-
JDK 1.8 及以上
...
...
@@ -57,11 +57,11 @@
> Mac, Linux 用户, 请到 http://redis.io 下载源码,编译安装
### 新建项目 (依赖融租易H
EL
1.0)
### 新建项目 (依赖融租易H
LS
1.0)
#### 确定项目信息
1.
groupId 本项目的代号,比如融租易项目,代号为 h
el
2.
artifactId 本项目的顶层目录名称,使用项目代号(第一个字母大写) +Parent,如 H
el
Parent
3.
package 包名称,使用项目代号 + core ,如 H
el
.core
1.
groupId 本项目的代号,比如融租易项目,代号为 h
ls
2.
artifactId 本项目的顶层目录名称,使用项目代号(第一个字母大写) +Parent,如 H
ls
Parent
3.
package 包名称,使用项目代号 + core ,如 H
ls
.core
4.
archetypeVersion 是指模板项目的版本,可以使用以下版本号
> 1.0-RELEASE
...
...
@@ -138,13 +138,13 @@ mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -D archetypeGr
### 编译整个项目
在 H
el
Parent 目录下执行:
在 H
ls
Parent 目录下执行:
```
mvn clean install -Dmaven.test.skip=true
```
### 初始化数据库表结构及基础数据
在 H
el
Parent 项目录下执行:
在 H
ls
Parent 项目录下执行:
-
MySql
-
`mvn process-resources -D skipLiquibaseRun=false -D db.driver=com.mysql.jdbc.Driver -D db.url="jdbc:mysql://127.0.0.1:3306/hel_dev?useUnicode=true&characterEncoding=utf8" -Ddb.user=hel_dev -Ddb.password=hel_dev`
...
...
@@ -156,7 +156,7 @@ mvn clean install -Dmaven.test.skip=true
-
以上命令中,需要按实际情况修改 url,user,password
### 测试
1.
在 H
el
Parent 工程目录下执行命令(IntelliJ IDEA 用户可以跳过此步骤)
1.
在 H
ls
Parent 工程目录下执行命令(IntelliJ IDEA 用户可以跳过此步骤)
```
mvn eclipse:eclipse
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment