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
Spencer Chang
hel-developer-guide
Commits
e9571648
Commit
e9571648
authored
Sep 15, 2017
by
冯景珉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project-update.md
parent
7fa7433a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
project-update.md
project-update.md
+5
-5
No files found.
project-update.md
View file @
e9571648
# 更新项目依赖的HLS版本
# 更新项目依赖的HLS版本
1.
选择希望的版本号
1.
选择希望的版本号
此地址
[
查看 HLS Release 版本
](
https://h
el.hand-china.com/hel-guide/hel
-developer-guide/tags
)
此地址
[
查看 HLS Release 版本
](
https://h
ls.hand-china.com/hls-guide/hls
-developer-guide/tags
)
2.
更改 项目Parent目录中的 pom.xml
2.
更改 项目Parent目录中的 pom.xml
*
`<hls.version>1.0.0-RELEASE</h
el
.version>`
*
`<hls.version>1.0.0-RELEASE</h
ls
.version>`
3.
更新IDE中的maven依赖:
3.
更新IDE中的maven依赖:
*
`eclipse`
右键点击 H
LS
Parent 工程,
`Maven`
→
`Update Project...`
*
`eclipse`
右键点击 H
el
Parent 工程,
`Maven`
→
`Update Project...`
*
`IDEA`
:右键点击 H
LS
Parent 工程,
`Maven`
→
`Reimport`
(等候下载)
*
`IDEA`
:右键点击 H
el
Parent 工程,
`Maven`
→
`Reimport`
(等候下载)
4.
在Parent目录下执行
`mvn clean install`
4.
在Parent目录下执行
`mvn clean install`
5.
执行初始化数据库的
<a
href=
"project-create.md#liquibase"
>
liquibase 命令
</a>
5.
执行初始化数据库的
<a
href=
"project-create.md#liquibase"
>
liquibase 命令
</a>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
> 注意
> 注意
*
如果项目中过有覆盖过HLS的xml配置文件,更新以后请注意比对有没有变化
*
如果项目中过有覆盖过HLS的xml配置文件,更新以后请注意比对有没有变化
*
新建项目默认依赖的是1.0.0-RELEASE版本的HLS,后续更新可能会涉及数据库的变化,请注意同步更新数据库,同步指令如下:
`mvn process-resources -D skipLiquibaseRun=false -D db.driver=com.mysql.jdbc.Driver -D db.url=jdbc:mysql://127.0.0.1:3306/h
el -Ddb.user=hel_dev -Ddb.password=hel
_dev -Ddb.skipUpdateTables=sys_user,sys_function_b`
*
新建项目默认依赖的是1.0.0-RELEASE版本的HLS,后续更新可能会涉及数据库的变化,请注意同步更新数据库,同步指令如下:
`mvn process-resources -D skipLiquibaseRun=false -D db.driver=com.mysql.jdbc.Driver -D db.url=jdbc:mysql://127.0.0.1:3306/h
ls -Ddb.user=hls_dev -Ddb.password=hls
_dev -Ddb.skipUpdateTables=sys_user,sys_function_b`
\ 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