Commit c2afaa66 by 杨清松

biz包增加配置

parent 5468a0e0
......@@ -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
}
......
......@@ -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')
}
}
......@@ -10,4 +10,5 @@ include "inz.message"
include "inz.query"
include "inz.workflow"
include "xyst.dinas.oa"
include "xyst.dinas.biz"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment