cost 174 ms
是否可以在构建时编译所有 JSP 并将它们交付到 WAR 的 /classes 文件夹中? - Is it possible to compile all the JSPs at build time and deliver them in the /classes folder of the WAR?

我在 WAR 文件中有一个 Java / Spring MVC web 应用程序。 WAR 文件将由企业客户下载,因此我需要对 WAR 中的类进行混淆处理。 我使用的混淆器 (Allatori) 很好地混淆了 WAR 中 /classes 文件夹中的所有类。 问题是,JSP(未编译)通过其原始( ...

Is it possible to have Maven “WAR” pom.xml package up my classes up in a JAR and put the JAR in the /WEB-INF/lib folder? - Is it possible to have Maven “WAR” pom.xml package up my classes up in a JAR and put the JAR in the /WEB-INF/lib folder?

我有一个简单的 Java Spring MVC web 应用程序。 我使用 Maven pom.xml 文件构建 WAR 文件。 当我执行“maven 安装”时,它会在/WEB-INFO/classes文件夹中生成一个带有我编译的 Java 类的 WAR 文件。 我的 maven pom.xml ...

如何跳过“[错误] 只有最终字段可能有初始值!” 通过 Allatori 混淆器使用 java 混淆? - How to skip "[ERROR] Only final fields may have an initial value!" using java obfuscation through Allatori obfuscator?

我正在将 Allatori 混淆器用于 java jar 文件,当声明期间没有初始化变量时它运行良好,但如果只有初始化的变量而不是最终的变量会生成异常: [ERROR] Only final fields may have an initial value! 我应该怎么做才能跳过这个异常,因为我 ...


排序:
质量:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM