|
@ -89,39 +89,39 @@ |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
</plugin> |
|
|
</plugin> |
|
|
<!-- <plugin>--> |
|
|
<plugin> |
|
|
<!-- <!– https://gitee.com/roseboy/classfinal –>--> |
|
|
<!-- https://gitee.com/roseboy/classfinal --> |
|
|
<!--<!– <groupId>cn.ywyu</groupId>–>--> |
|
|
<!-- <groupId>cn.ywyu</groupId>--> |
|
|
<!--<!– <artifactId>classfinal-maven-plugin</artifactId>–>--> |
|
|
|
|
|
<!--<!– <version>1.3.2</version>–>--> |
|
|
|
|
|
<!-- <groupId>com.gitee.lcm742320521</groupId>--> |
|
|
|
|
|
<!-- <artifactId>classfinal-maven-plugin</artifactId>--> |
|
|
<!-- <artifactId>classfinal-maven-plugin</artifactId>--> |
|
|
<!-- <version>1.4.1</version>--> |
|
|
<!-- <version>1.3.2</version>--> |
|
|
<!-- <configuration>--> |
|
|
<groupId>com.gitee.lcm742320521</groupId> |
|
|
<!-- <!–加密密码,如果是#号,则使用无密码模式加密,【加密后没有pom文件,不用担心泄漏】–>--> |
|
|
<artifactId>classfinal-maven-plugin</artifactId> |
|
|
<!-- <password>123456</password>--> |
|
|
<version>1.4.1</version> |
|
|
<!-- <!–加密的包名(可为空,多个用","分割)–>--> |
|
|
<configuration> |
|
|
<!-- <packages>com.easy.admin</packages>--> |
|
|
<!--加密密码,如果是#号,则使用无密码模式加密,【加密后没有pom文件,不用担心泄漏】--> |
|
|
<!-- <!–需要加密的配置文件,一般是classes目录下的yml或properties文件(可为空,多个用","分割)–>--> |
|
|
<password>123456</password> |
|
|
<!-- <cfgfiles>*.properties,*.yml,com/easy/admin/**/mapping/*.xml</cfgfiles>--> |
|
|
<!--加密的包名(可为空,多个用","分割)--> |
|
|
<!-- <!–外部依赖的jar目录,例如/tomcat/lib(可为空,多个用","分割)–>--> |
|
|
<packages>com.easy.admin</packages> |
|
|
<!-- <!–<classpath></classpath>–>--> |
|
|
<!--需要加密的配置文件,一般是classes目录下的yml或properties文件(可为空,多个用","分割)--> |
|
|
<!-- <libjars>huzhou-1.1.0.jar</libjars> <!–jar/war包lib下要加密jar文件名(可为空,多个用","分割)–>--> |
|
|
<cfgfiles>*.properties,*.yml,com/easy/admin/**/mapping/*.xml</cfgfiles> |
|
|
<!-- <!–<cfgpasspath>/etc/.env</cfgpasspath>–> <!–密码文件路径,可为空,默认 /etc/.env–>--> |
|
|
<!--外部依赖的jar目录,例如/tomcat/lib(可为空,多个用","分割)--> |
|
|
<!-- <!–<excludes>com.Test</excludes>–> <!–排除不需要加密的文件–>--> |
|
|
<!--<classpath></classpath>--> |
|
|
<!-- <!–<classpath></classpath>–> <!–外部依赖jarlib–>--> |
|
|
<libjars>huzhou-1.1.0.jar</libjars> <!--jar/war包lib下要加密jar文件名(可为空,多个用","分割)--> |
|
|
<!-- <!–<debug>true</debug>–> <!–调试模式,打印debug日志–>--> |
|
|
<!--<cfgpasspath>/etc/.env</cfgpasspath>--> <!--密码文件路径,可为空,默认 /etc/.env--> |
|
|
<!-- <code>7E38231D00D8427BB1E463E0BD7375EDD41D8CD98F00B204E9800998ECF8427ED41D8CD98F00B204E9800998ECF8427E</code>--> |
|
|
<!--<excludes>com.Test</excludes>--> <!--排除不需要加密的文件--> |
|
|
<!-- </configuration>--> |
|
|
<!--<classpath></classpath>--> <!--外部依赖jarlib--> |
|
|
<!-- <executions>--> |
|
|
<!--<debug>true</debug>--> <!--调试模式,打印debug日志--> |
|
|
<!-- <execution>--> |
|
|
<code>7E38231D00D8427BB1E463E0BD7375EDD41D8CD98F00B204E9800998ECF8427ED41D8CD98F00B204E9800998ECF8427E</code> |
|
|
<!-- <phase>package</phase>--> |
|
|
</configuration> |
|
|
<!-- <goals>--> |
|
|
<executions> |
|
|
<!-- <goal>classFinal</goal>--> |
|
|
<execution> |
|
|
<!-- </goals>--> |
|
|
<phase>package</phase> |
|
|
<!-- </execution>--> |
|
|
<goals> |
|
|
<!-- </executions>--> |
|
|
<goal>classFinal</goal> |
|
|
<!-- </plugin>--> |
|
|
</goals> |
|
|
|
|
|
</execution> |
|
|
|
|
|
</executions> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
|
|
|
|
|
|