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
86449d05
Commit
86449d05
authored
Apr 27, 2021
by
王炜晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件
parent
336d927c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
297 additions
and
0 deletions
+297
-0
settings-dev.gradle
backend/build.war/settings-dev.gradle
+148
-0
settings-dev.gradle
backend/settings-dev.gradle
+149
-0
No files found.
backend/build.war/settings-dev.gradle
0 → 100644
View file @
86449d05
rootProject
.
name
=
"inz.platform.war"
String
npPath
=
System
.
getProperty
(
"np.path"
);
if
(
npPath
==
null
||
npPath
.
length
()
==
0
)
{
npPath
=
new
File
(
rootDir
,
"../../../np"
).
getCanonicalPath
();
}
File
npBuild
=
new
File
(
npPath
,
"build.gradle"
);
if
(
npBuild
.
exists
())
{
includeBuild
(
npPath
)
{
dependencySubstitution
{
substitute
module
(
'com.jiuqi:np.authz'
)
with
project
(
':np.authz'
)
substitute
module
(
'com.jiuqi:np.authz.impl'
)
with
project
(
':np.authz.impl'
)
substitute
module
(
'com.jiuqi:np.authz.reject.impl'
)
with
project
(
':np.authz.reject.impl'
)
substitute
module
(
'com.jiuqi:np.blob'
)
with
project
(
':np.blob'
)
substitute
module
(
'com.jiuqi:np.cache'
)
with
project
(
':np.cache'
)
substitute
module
(
'com.jiuqi:np.core'
)
with
project
(
':np.core'
)
substitute
module
(
'com.jiuqi:np.core.support'
)
with
project
(
':np.core.support'
)
substitute
module
(
'com.jiuqi:np.dataengine'
)
with
project
(
':np.dataengine'
)
substitute
module
(
'com.jiuqi:np.dbupdate'
)
with
project
(
':np.dbupdate'
)
substitute
module
(
'com.jiuqi:np.definition'
)
with
project
(
':np.definition'
)
substitute
module
(
'com.jiuqi:np.i18n'
)
with
project
(
':np.i18n'
)
substitute
module
(
'com.jiuqi:np.lib'
)
with
project
(
':np.lib'
)
substitute
module
(
'com.jiuqi:np.org'
)
with
project
(
':np.org'
)
substitute
module
(
'com.jiuqi:np.org.impl'
)
with
project
(
':np.org.impl'
)
substitute
module
(
'com.jiuqi:np.sql'
)
with
project
(
':np.sql'
)
substitute
module
(
'com.jiuqi:np.sql.spring'
)
with
project
(
':np.sql.spring'
)
substitute
module
(
'com.jiuqi:np.syntax'
)
with
project
(
':np.syntax'
)
substitute
module
(
'com.jiuqi:np.tenant'
)
with
project
(
':np.tenant'
)
substitute
module
(
'com.jiuqi:np.user'
)
with
project
(
':np.user'
)
substitute
module
(
'com.jiuqi:np.user.impl'
)
with
project
(
':np.user.impl'
)
}
}
}
String
aminoPath
=
System
.
getProperty
(
"amino.path"
);
if
(
aminoPath
==
null
||
aminoPath
.
length
()
==
0
)
{
aminoPath
=
new
File
(
rootDir
,
"../../../amino2-query"
).
getCanonicalPath
();
}
File
aminoBuild
=
new
File
(
aminoPath
,
"build.gradle"
);
if
(
aminoBuild
.
exists
())
{
includeBuild
(
aminoPath
)
{
dependencySubstitution
{
substitute
module
(
'com.beecode:amino.amqp'
)
with
project
(
':amino.amqp'
)
substitute
module
(
'com.beecode:amino.boot'
)
with
project
(
':amino.boot'
)
substitute
module
(
'com.beecode:amino.boot.web'
)
with
project
(
':amino.boot.web'
)
substitute
module
(
'com.beecode:amino.common'
)
with
project
(
':amino.common'
)
substitute
module
(
'com.beecode:amino.core'
)
with
project
(
':amino.core'
)
substitute
module
(
'com.beecode:amino.shell'
)
with
project
(
':amino.shell'
)
substitute
module
(
'com.beecode:amino.tenant'
)
with
project
(
':amino.tenant'
)
substitute
module
(
'com.beecode:amino.tenant.liquibase'
)
with
project
(
':amino.tenant.liquibase'
)
substitute
module
(
'com.beecode:bcp.authc'
)
with
project
(
':bcp.authc'
)
substitute
module
(
'com.beecode:bcp.authc.passwd'
)
with
project
(
':bcp.authc.passwd'
)
substitute
module
(
'com.beecode:bcp.authz'
)
with
project
(
':bcp.authz'
)
substitute
module
(
'com.beecode:bcp.base'
)
with
project
(
':bcp.base'
)
substitute
module
(
'com.beecode:bcp.biz'
)
with
project
(
':bcp.biz'
)
substitute
module
(
'com.beecode:bcp.config'
)
with
project
(
':bcp.config'
)
substitute
module
(
'com.beecode:bcp.core'
)
with
project
(
':bcp.core'
)
substitute
module
(
'com.beecode:bcp.dict'
)
with
project
(
':bcp.dict'
)
substitute
module
(
'com.beecode:bcp.group'
)
with
project
(
':bcp.group'
)
substitute
module
(
'com.beecode:bcp.import'
)
with
project
(
':bcp.import'
)
substitute
module
(
'com.beecode:bcp.job'
)
with
project
(
':bcp.job'
)
substitute
module
(
'com.beecode:bcp.limitation'
)
with
project
(
':bcp.limitation'
)
substitute
module
(
'com.beecode:bcp.log'
)
with
project
(
':bcp.log'
)
substitute
module
(
'com.beecode:bcp.org'
)
with
project
(
':bcp.org'
)
substitute
module
(
'com.beecode:bcp.participant'
)
with
project
(
':bcp.participant'
)
substitute
module
(
'com.beecode:bcp.print'
)
with
project
(
':bcp.print'
)
substitute
module
(
'com.beecode:bcp.query'
)
with
project
(
':bcp.query'
)
substitute
module
(
'com.beecode:bcp.advanced.query'
)
with
project
(
':bcp.advanced.query'
)
substitute
module
(
'com.beecode:bcp.query-template'
)
with
project
(
':bcp.query-template'
)
substitute
module
(
'com.beecode:bcp.script'
)
with
project
(
':bcp.script'
)
substitute
module
(
'com.beecode:bcp.selector'
)
with
project
(
':bcp.selector'
)
substitute
module
(
'com.beecode:bcp.sequence'
)
with
project
(
':bcp.sequence'
)
substitute
module
(
'com.beecode:bcp.serial'
)
with
project
(
':bcp.serial'
)
substitute
module
(
'com.beecode:bcp.store'
)
with
project
(
':bcp.store'
)
substitute
module
(
'com.beecode:bcp.task'
)
with
project
(
':bcp.task'
)
substitute
module
(
'com.beecode:bcp.type'
)
with
project
(
':bcp.type'
)
substitute
module
(
'com.beecode:bcp.type.support.javascript'
)
with
project
(
':bcp.type.support.javascript'
)
substitute
module
(
'com.beecode:bcp.type.support.json'
)
with
project
(
':bcp.type.support.json'
)
substitute
module
(
'com.beecode:bcp.user'
)
with
project
(
':bcp.user'
)
substitute
module
(
'com.beecode:bcp.workflow'
)
with
project
(
':bcp.workflow'
)
substitute
module
(
'com.beecode:bcp.workflow.task'
)
with
project
(
':bcp.workflow.task'
)
}
}
}
String
bapPath
=
System
.
getProperty
(
"bap.path"
);
if
(
bapPath
==
null
||
bapPath
.
length
()
==
0
)
{
bapPath
=
new
File
(
rootDir
,
"../../../bap2-query"
).
getCanonicalPath
();
}
File
bapBuild
=
new
File
(
bapPath
,
"backend/build.gradle"
);
if
(
bapBuild
.
exists
())
{
includeBuild
(
bapPath
+
"/backend"
)
{
dependencySubstitution
{
substitute
module
(
'com.beecode:bap2.attachment'
)
with
project
(
':bap2.attachment'
)
substitute
module
(
'com.beecode:bap2.authz'
)
with
project
(
':bap2.authz'
)
substitute
module
(
'com.beecode:bap2.biztrait'
)
with
project
(
':bap2.biztrait'
)
substitute
module
(
'com.beecode:bap2.common'
)
with
project
(
':bap2.common'
)
substitute
module
(
'com.beecode:bap2.core'
)
with
project
(
':bap2.core'
)
substitute
module
(
'com.beecode:bap2.department'
)
with
project
(
':bap2.department'
)
substitute
module
(
'com.beecode:bap2.export'
)
with
project
(
':bap2.export'
)
substitute
module
(
'com.beecode:bap2.functree'
)
with
project
(
':bap2.functree'
)
substitute
module
(
'com.beecode:bap2.limitation'
)
with
project
(
':bap2.limitation'
)
substitute
module
(
'com.beecode:bap2.log'
)
with
project
(
':bap2.log'
)
substitute
module
(
'com.beecode:bap2.news'
)
with
project
(
':bap2.news'
)
substitute
module
(
'com.beecode:bap2.org'
)
with
project
(
':bap2.org'
)
substitute
module
(
'com.beecode:bap2.participant'
)
with
project
(
':bap2.participant'
)
substitute
module
(
'com.beecode:bap2.query'
)
with
project
(
':bap2.query'
)
substitute
module
(
'com.beecode:bap2.question'
)
with
project
(
':bap2.query'
)
substitute
module
(
'com.beecode:bap2.scheduler'
)
with
project
(
':bap2.scheduler'
)
substitute
module
(
'com.beecode:bap2.staff'
)
with
project
(
':bap2.staff'
)
substitute
module
(
'com.beecode:bap2.sysconfig'
)
with
project
(
':bap2.sysconfig'
)
substitute
module
(
'com.beecode:bap2.system'
)
with
project
(
':bap2.system'
)
substitute
module
(
'com.beecode:bap2.user'
)
with
project
(
':bap2.user'
)
substitute
module
(
'com.beecode:bap2.userprofile'
)
with
project
(
':bap2.userprofile'
)
substitute
module
(
'com.beecode:bap2.workflow'
)
with
project
(
':bap2.workflow'
)
substitute
module
(
'com.beecode:bap2.bill.workflow'
)
with
project
(
':bap2.bill.workflow'
)
}
}
}
includeBuild
(
"../"
)
{
dependencySubstitution
{
substitute
module
(
'com.beecode:inz.authentication'
)
with
project
(
':inz.authentication'
)
substitute
module
(
'com.beecode:inz.authmgr'
)
with
project
(
':inz.authmgr'
)
substitute
module
(
'com.beecode:inz.basis'
)
with
project
(
':inz.basis'
)
substitute
module
(
'com.beecode:inz.common'
)
with
project
(
':inz.common'
)
substitute
module
(
'com.beecode:inz.init.data'
)
with
project
(
':inz.init.data'
)
substitute
module
(
'com.beecode:inz.message'
)
with
project
(
':inz.message'
)
substitute
module
(
'com.beecode:inz.query'
)
with
project
(
':inz.query'
)
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'
)
substitute
module
(
'com.beecode:xyst.dinas.project'
)
with
project
(
':xyst.dinas.project'
)
substitute
module
(
'com.beecode:xyst.dinas.production'
)
with
project
(
':xyst.dinas.production'
)
substitute
module
(
'com.beecode:xyst.dinas.contract'
)
with
project
(
':xyst.dinas.contract'
)
substitute
module
(
'com.beecode:xyst.dinas.camera'
)
with
project
(
':xyst.dinas.camera'
)
substitute
module
(
'com.beecode:xyst.dinas.price'
)
with
project
(
':xyst.dinas.price'
)
substitute
module
(
'com.beecode:xyst.dinas.transport'
)
with
project
(
':xyst.dinas.transport'
)
substitute
module
(
'com.beecode:xyst.dinas.sales'
)
with
project
(
':xyst.dinas.sales'
)
}
}
\ No newline at end of file
backend/settings-dev.gradle
0 → 100644
View file @
86449d05
import
java.io.File
rootProject
.
name
=
"inz"
String
npPath
=
System
.
getProperty
(
"np.path"
);
if
(
npPath
==
null
||
npPath
.
length
()
==
0
)
{
npPath
=
new
File
(
rootDir
,
"../../np"
).
getCanonicalPath
();
}
File
npBuild
=
new
File
(
npPath
,
"build.gradle"
);
if
(
npBuild
.
exists
())
{
includeBuild
(
npPath
)
{
dependencySubstitution
{
substitute
module
(
'com.jiuqi:np.authz'
)
with
project
(
':np.authz'
)
substitute
module
(
'com.jiuqi:np.authz.impl'
)
with
project
(
':np.authz.impl'
)
substitute
module
(
'com.jiuqi:np.authz.reject.impl'
)
with
project
(
':np.authz.reject.impl'
)
substitute
module
(
'com.jiuqi:np.blob'
)
with
project
(
':np.blob'
)
substitute
module
(
'com.jiuqi:np.cache'
)
with
project
(
':np.cache'
)
substitute
module
(
'com.jiuqi:np.core'
)
with
project
(
':np.core'
)
substitute
module
(
'com.jiuqi:np.core.support'
)
with
project
(
':np.core.support'
)
substitute
module
(
'com.jiuqi:np.dataengine'
)
with
project
(
':np.dataengine'
)
substitute
module
(
'com.jiuqi:np.dbupdate'
)
with
project
(
':np.dbupdate'
)
substitute
module
(
'com.jiuqi:np.definition'
)
with
project
(
':np.definition'
)
substitute
module
(
'com.jiuqi:np.i18n'
)
with
project
(
':np.i18n'
)
substitute
module
(
'com.jiuqi:np.lib'
)
with
project
(
':np.lib'
)
substitute
module
(
'com.jiuqi:np.org'
)
with
project
(
':np.org'
)
substitute
module
(
'com.jiuqi:np.org.impl'
)
with
project
(
':np.org.impl'
)
substitute
module
(
'com.jiuqi:np.sql'
)
with
project
(
':np.sql'
)
substitute
module
(
'com.jiuqi:np.sql.spring'
)
with
project
(
':np.sql.spring'
)
substitute
module
(
'com.jiuqi:np.syntax'
)
with
project
(
':np.syntax'
)
substitute
module
(
'com.jiuqi:np.tenant'
)
with
project
(
':np.tenant'
)
substitute
module
(
'com.jiuqi:np.user'
)
with
project
(
':np.user'
)
substitute
module
(
'com.jiuqi:np.user.impl'
)
with
project
(
':np.user.impl'
)
}
}
}
String
aminoPath
=
System
.
getProperty
(
"amino.path"
);
if
(
aminoPath
==
null
||
aminoPath
.
length
()
==
0
)
{
aminoPath
=
new
File
(
rootDir
,
"../../amino2-query"
).
getCanonicalPath
();
}
File
aminoBuild
=
new
File
(
aminoPath
,
"build.gradle"
);
if
(
aminoBuild
.
exists
())
{
includeBuild
(
aminoPath
)
{
dependencySubstitution
{
substitute
module
(
'com.beecode:amino.amqp'
)
with
project
(
':amino.amqp'
)
substitute
module
(
'com.beecode:amino.boot'
)
with
project
(
':amino.boot'
)
substitute
module
(
'com.beecode:amino.boot.web'
)
with
project
(
':amino.boot.web'
)
substitute
module
(
'com.beecode:amino.common'
)
with
project
(
':amino.common'
)
substitute
module
(
'com.beecode:amino.core'
)
with
project
(
':amino.core'
)
substitute
module
(
'com.beecode:amino.shell'
)
with
project
(
':amino.shell'
)
substitute
module
(
'com.beecode:amino.tenant'
)
with
project
(
':amino.tenant'
)
substitute
module
(
'com.beecode:amino.tenant.liquibase'
)
with
project
(
':amino.tenant.liquibase'
)
substitute
module
(
'com.beecode:bcp.authc'
)
with
project
(
':bcp.authc'
)
substitute
module
(
'com.beecode:bcp.authc.passwd'
)
with
project
(
':bcp.authc.passwd'
)
substitute
module
(
'com.beecode:bcp.authz'
)
with
project
(
':bcp.authz'
)
substitute
module
(
'com.beecode:bcp.base'
)
with
project
(
':bcp.base'
)
substitute
module
(
'com.beecode:bcp.biz'
)
with
project
(
':bcp.biz'
)
substitute
module
(
'com.beecode:bcp.config'
)
with
project
(
':bcp.config'
)
substitute
module
(
'com.beecode:bcp.core'
)
with
project
(
':bcp.core'
)
substitute
module
(
'com.beecode:bcp.dict'
)
with
project
(
':bcp.dict'
)
substitute
module
(
'com.beecode:bcp.group'
)
with
project
(
':bcp.group'
)
substitute
module
(
'com.beecode:bcp.import'
)
with
project
(
':bcp.import'
)
substitute
module
(
'com.beecode:bcp.job'
)
with
project
(
':bcp.job'
)
substitute
module
(
'com.beecode:bcp.limitation'
)
with
project
(
':bcp.limitation'
)
substitute
module
(
'com.beecode:bcp.log'
)
with
project
(
':bcp.log'
)
substitute
module
(
'com.beecode:bcp.org'
)
with
project
(
':bcp.org'
)
substitute
module
(
'com.beecode:bcp.participant'
)
with
project
(
':bcp.participant'
)
substitute
module
(
'com.beecode:bcp.print'
)
with
project
(
':bcp.print'
)
substitute
module
(
'com.beecode:bcp.query'
)
with
project
(
':bcp.query'
)
substitute
module
(
'com.beecode:bcp.advanced.query'
)
with
project
(
':bcp.advanced.query'
)
substitute
module
(
'com.beecode:bcp.query-template'
)
with
project
(
':bcp.query-template'
)
substitute
module
(
'com.beecode:bcp.script'
)
with
project
(
':bcp.script'
)
substitute
module
(
'com.beecode:bcp.selector'
)
with
project
(
':bcp.selector'
)
substitute
module
(
'com.beecode:bcp.sequence'
)
with
project
(
':bcp.sequence'
)
substitute
module
(
'com.beecode:bcp.serial'
)
with
project
(
':bcp.serial'
)
substitute
module
(
'com.beecode:bcp.store'
)
with
project
(
':bcp.store'
)
substitute
module
(
'com.beecode:bcp.task'
)
with
project
(
':bcp.task'
)
substitute
module
(
'com.beecode:bcp.type'
)
with
project
(
':bcp.type'
)
substitute
module
(
'com.beecode:bcp.type.support.javascript'
)
with
project
(
':bcp.type.support.javascript'
)
substitute
module
(
'com.beecode:bcp.type.support.json'
)
with
project
(
':bcp.type.support.json'
)
substitute
module
(
'com.beecode:bcp.user'
)
with
project
(
':bcp.user'
)
substitute
module
(
'com.beecode:bcp.workflow'
)
with
project
(
':bcp.workflow'
)
substitute
module
(
'com.beecode:bcp.workflow.task'
)
with
project
(
':bcp.workflow.task'
)
}
}
}
String
bapPath
=
System
.
getProperty
(
"bap.path"
);
if
(
bapPath
==
null
||
bapPath
.
length
()
==
0
)
{
bapPath
=
new
File
(
rootDir
,
"../../bap2-query"
).
getCanonicalPath
();
}
File
bapBuild
=
new
File
(
bapPath
,
"backend/build.gradle"
);
if
(
bapBuild
.
exists
())
{
includeBuild
(
bapPath
+
"/backend"
)
{
dependencySubstitution
{
substitute
module
(
'com.beecode:bap2.attachment'
)
with
project
(
':bap2.attachment'
)
substitute
module
(
'com.beecode:bap2.authz'
)
with
project
(
':bap2.authz'
)
substitute
module
(
'com.beecode:bap2.bill'
)
with
project
(
':bap2.bill'
)
substitute
module
(
'com.beecode:bap2.bill.redis'
)
with
project
(
':bap2.bill.redis'
)
substitute
module
(
'com.beecode:bap2.biztrait'
)
with
project
(
':bap2.biztrait'
)
substitute
module
(
'com.beecode:bap2.comment'
)
with
project
(
':bap2.comment'
)
substitute
module
(
'com.beecode:bap2.common'
)
with
project
(
':bap2.common'
)
substitute
module
(
'com.beecode:bap2.core'
)
with
project
(
':bap2.core'
)
substitute
module
(
'com.beecode:bap2.department'
)
with
project
(
':bap2.department'
)
substitute
module
(
'com.beecode:bap2.export'
)
with
project
(
':bap2.export'
)
substitute
module
(
'com.beecode:bap2.functree'
)
with
project
(
':bap2.functree'
)
substitute
module
(
'com.beecode:bap2.limitation'
)
with
project
(
':bap2.limitation'
)
substitute
module
(
'com.beecode:bap2.log'
)
with
project
(
':bap2.log'
)
substitute
module
(
'com.beecode:bap2.news'
)
with
project
(
':bap2.news'
)
substitute
module
(
'com.beecode:bap2.org'
)
with
project
(
':bap2.org'
)
substitute
module
(
'com.beecode:bap2.participant'
)
with
project
(
':bap2.participant'
)
substitute
module
(
'com.beecode:bap2.query'
)
with
project
(
':bap2.query'
)
substitute
module
(
'com.beecode:bap2.question'
)
with
project
(
':bap2.query'
)
substitute
module
(
'com.beecode:bap2.scheduler'
)
with
project
(
':bap2.scheduler'
)
substitute
module
(
'com.beecode:bap2.staff'
)
with
project
(
':bap2.staff'
)
substitute
module
(
'com.beecode:bap2.sysconfig'
)
with
project
(
':bap2.sysconfig'
)
substitute
module
(
'com.beecode:bap2.system'
)
with
project
(
':bap2.system'
)
substitute
module
(
'com.beecode:bap2.user'
)
with
project
(
':bap2.user'
)
substitute
module
(
'com.beecode:bap2.userprofile'
)
with
project
(
':bap2.userprofile'
)
substitute
module
(
'com.beecode:bap2.workflow'
)
with
project
(
':bap2.workflow'
)
substitute
module
(
'com.beecode:bap2.bill.workflow'
)
with
project
(
':bap2.bill.workflow'
)
}
}
}
include
"inz.authentication"
include
"inz.authmgr"
include
"inz.basis"
include
"inz.common"
include
"inz.enterprisesetting"
include
"inz.init.data"
include
"inz.message"
include
"inz.query"
include
"inz.workflow"
include
"xyst.dinas.oa"
include
"xyst.dinas.biz"
include
"xyst.dinas.project"
include
"xyst.dinas.production"
include
"xyst.dinas.contract"
include
"xyst.dinas.camera"
include
"xyst.dinas.sales"
include
"xyst.dinas.price"
include
"xyst.dinas.transport"
include
"xyst.dinas.finance"
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