Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
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
zhaowei
dlink
Commits
ccd6cc55
Commit
ccd6cc55
authored
Nov 26, 2021
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复IDEA调试需要手动切包问题
parent
51728178
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
2 deletions
+28
-2
pom.xml
dlink-admin/pom.xml
+24
-1
CommonConstant.java
...mmon/src/main/java/com/dlink/constant/CommonConstant.java
+1
-1
Welcome.tsx
dlink-web/src/pages/Welcome.tsx
+3
-0
No files found.
dlink-admin/pom.xml
View file @
ccd6cc55
...
...
@@ -109,15 +109,26 @@
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-common
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-metadata-base
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-client-1.13
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-executor
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-connector-jdbc-1.13
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-function
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-gateway
</artifactId>
...
...
@@ -133,10 +144,22 @@
<layout>
ZIP
</layout>
<mainClass>
com.dlink.Dlink
</mainClass>
<excludes>
<exclude>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-client-1.13
</artifactId>
</exclude>
<exclude>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-function
</artifactId>
</exclude>
<exclude>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-executor
</artifactId>
</exclude>
<exclude>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-connector-jdbc-1.13
</artifactId>
</exclude>
<exclude>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-gateway
</artifactId>
...
...
dlink-common/src/main/java/com/dlink/constant/CommonConstant.java
View file @
ccd6cc55
...
...
@@ -10,7 +10,7 @@ public interface CommonConstant {
/**
* 项目版本号(banner使用)
*/
String
PROJECT_VERSION
=
"0.
3
.0"
;
String
PROJECT_VERSION
=
"0.
4
.0"
;
/**
* 实例健康
*/
...
...
dlink-web/src/pages/Welcome.tsx
View file @
ccd6cc55
...
...
@@ -417,6 +417,9 @@ export default (): React.ReactNode => {
<
li
>
<
Link
>
优化 Studio 页面布局与拖动
</
Link
>
</
li
>
<
li
>
<
Link
>
新增全模块实时的布局拖动与滚动条联动
</
Link
>
</
li
>
</
ul
>
</
Paragraph
>
</
Timeline
.
Item
>
...
...
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