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