- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for webResources (0.12 sec)
-
src/main/java/org/codelibs/fess/FessBoot.java
import org.apache.tomcat.util.net.SSLHostConfigCertificate; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.tomcat.valve.SuppressErrorReportValve; import org.codelibs.fess.tomcat.webresources.FessWebResourceRoot; import org.dbflute.tomcat.TomcatBoot; import org.dbflute.tomcat.logging.BootLogger; import org.dbflute.tomcat.props.BootPropsTranslator; public class FessBoot extends TomcatBoot {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 8K bytes - Viewed (0) -
pom.xml
</executions> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> <webResources> <resource> <directory>${project.build.directory}/${project.build.finalName}-compress</directory> </resource> </webResources> <packagingExcludes>**/*.min.map,**/*.min.css.map,**/*.min.js.map</packagingExcludes> </configuration> </plugin> <plugin>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0)