mirror of https://github.com/elunez/eladmin
modify biz names
parent
33f4bc4cbb
commit
c61eb82ac1
|
@ -113,9 +113,9 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipArkExecutable>true</skipArkExecutable>
|
<skipArkExecutable>true</skipArkExecutable>
|
||||||
<outputDirectory>./target</outputDirectory>
|
<outputDirectory>./target</outputDirectory>
|
||||||
<bizName>eladmin-biz-mng</bizName>
|
<bizName>mng</bizName>
|
||||||
<!-- 单host下需更换 web context path -->
|
<!-- 单host下需更换 web context path -->
|
||||||
<webContextPath>eladmin-biz-mng</webContextPath>
|
<webContextPath>mng</webContextPath>
|
||||||
<declaredMode>true</declaredMode>
|
<declaredMode>true</declaredMode>
|
||||||
<packExcludesConfig>rules.txt</packExcludesConfig>
|
<packExcludesConfig>rules.txt</packExcludesConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -113,9 +113,9 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipArkExecutable>true</skipArkExecutable>
|
<skipArkExecutable>true</skipArkExecutable>
|
||||||
<outputDirectory>./target</outputDirectory>
|
<outputDirectory>./target</outputDirectory>
|
||||||
<bizName>eladmin-biz-quartz</bizName>
|
<bizName>quartz</bizName>
|
||||||
<!-- 单host下需更换 web context path -->
|
<!-- 单host下需更换 web context path -->
|
||||||
<webContextPath>eladmin-biz-quartz</webContextPath>
|
<webContextPath>quartz</webContextPath>
|
||||||
<declaredMode>true</declaredMode>
|
<declaredMode>true</declaredMode>
|
||||||
<packExcludesConfig>rules.txt</packExcludesConfig>
|
<packExcludesConfig>rules.txt</packExcludesConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -113,9 +113,9 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipArkExecutable>true</skipArkExecutable>
|
<skipArkExecutable>true</skipArkExecutable>
|
||||||
<outputDirectory>./target</outputDirectory>
|
<outputDirectory>./target</outputDirectory>
|
||||||
<bizName>eladmin-biz-system</bizName>
|
<bizName>system</bizName>
|
||||||
<!-- 单host下需更换 web context path -->
|
<!-- 单host下需更换 web context path -->
|
||||||
<webContextPath>eladmin-biz-system</webContextPath>
|
<webContextPath>system</webContextPath>
|
||||||
<declaredMode>true</declaredMode>
|
<declaredMode>true</declaredMode>
|
||||||
<packExcludesConfig>rules.txt</packExcludesConfig>
|
<packExcludesConfig>rules.txt</packExcludesConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue