modify biz names

pull/836/head
leojames 2023-12-25 19:41:20 +08:00
parent 33f4bc4cbb
commit c61eb82ac1
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>