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
0
Merge Requests
0
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
chenhao
hel-developer-guide
Commits
13b1713e
Commit
13b1713e
authored
Jul 26, 2017
by
高洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates project-create.md
Auto commit by GitBook Editor
parent
eceaac32
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
project-create.md
project-create.md
+1
-1
project-update.md
project-update.md
+20
-0
No files found.
project-create.md
View file @
13b1713e
...
...
@@ -113,7 +113,7 @@ mvn clean install -Dmaven.test.skip=true
3.
将所有工程导入 IDE 工具(Eclipse,IntelliJ IDEA)中
4.
配置 Server ,配置 JNDI 数据源,参照
[
多数据库配置
](
chapter1.1.md
)
-
需要 Tomcat 7+, 不支持 Tomcat 6
5.
将 hel 工程发布到 tomcat,运行
5.
将 hel 工程发布到 tomcat
/webapps
,运行
### 更新HEL依赖
...
...
project-update.md
0 → 100644
View file @
13b1713e
# 更新项目依赖的HEL版本
1.
选择希望的版本号
此地址
[
查看 HEL Release 版本
](
https://hel.hand-china.com/hel-guide/hel-developer-guide/tags
)
2.
更改 项目Parent目录中的 pom.xml
*
`<hel.version>1.0.0-RELEASE</hel.version>`
3.
更新IDE中的maven依赖:
*
`eclipse`
右键点击 HelParent 工程,
`Maven`
→
`Update Project...`
*
`IDEA`
:右键点击 HelParent 工程,
`Maven`
→
`Reimport`
(等候下载)
4.
在Parent目录下执行
`mvn clean install`
5.
执行初始化数据库的
<a
href=
"project-create.md#liquibase"
>
liquibase 命令
</a>
初始化数据库表结构及基础数据
> 注意
*
如果项目中过有覆盖过HEL的xml配置文件,更新以后请注意比对有没有变化
*
新建项目默认依赖的是1.0.0-RELEASE版本的HEL,后续更新可能会涉及数据库的变化,请注意同步更新数据库
\ No newline at end of file
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