瀏覽代碼

feature: war部署
1. 新增war包注册nacos配置
2. 新增打包ingnore测试文件

fuzq 4 年之前
父節點
當前提交
c5ed73897e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      dcuc-auth-service/pom.xml

+ 3 - 3
dcuc-auth-service/pom.xml

@@ -207,9 +207,9 @@
                                     <goal>copy-dependencies</goal>
                                 </goals>
                                 <configuration>
-                                    <!--   &lt;!&ndash;排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可&ndash;&gt;
-                                       <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>-->
-                                    <!--<excludeScope>provided</excludeScope>-->
+                                    <!--排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可-->
+                                    <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>
+                                    <excludeScope>provided</excludeScope>
                                     <outputDirectory>${project.build.directory}/lib</outputDirectory>
                                     <!--取消依赖包的时间戳-->
                                     <useBaseVersion>true</useBaseVersion>