Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
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
王衍超
cloud-fb
Commits
c2afaa66
Commit
c2afaa66
authored
Mar 12, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
biz包增加配置
parent
5468a0e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
build.gradle
backend/build.war/build.gradle
+1
-0
settings.gradle
backend/build.war/settings.gradle
+1
-0
settings.gradle
backend/settings.gradle
+1
-0
No files found.
backend/build.war/build.gradle
View file @
c2afaa66
...
...
@@ -135,6 +135,7 @@ dependencies {
compile
"com.beecode:inz.message:${inzVersion}"
compile
"com.beecode:inz.enterprisesetting:${inzVersion}"
compile
"com.beecode:xyst.dinas.oa:${inzVersion}"
compile
"com.beecode:xyst.dinas.biz:${inzVersion}"
providedRuntime
lib
.
spring_boot_starter_tomcat
}
...
...
backend/build.war/settings.gradle
View file @
c2afaa66
...
...
@@ -12,5 +12,6 @@ includeBuild("../") {
substitute
module
(
'com.beecode:inz.workflow'
)
with
project
(
':inz.workflow'
)
substitute
module
(
'com.beecode:inz.enterprisesetting'
)
with
project
(
':inz.enterprisesetting'
)
substitute
module
(
'com.beecode:xyst.dinas.oa'
)
with
project
(
':xyst.dinas.oa'
)
substitute
module
(
'com.beecode:xyst.dinas.biz'
)
with
project
(
':xyst.dinas.biz'
)
}
}
backend/settings.gradle
View file @
c2afaa66
...
...
@@ -10,4 +10,5 @@ include "inz.message"
include
"inz.query"
include
"inz.workflow"
include
"xyst.dinas.oa"
include
"xyst.dinas.biz"
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