I am a grails programmer and I want to remove the unnecessary jar files that are included in the war file. There are so many unnecessary jar files included in the war file. Is there any quick solution to do so? Also can you mention the jar files which are necessary to make and run the simple grails war.
相关问题
- Dependencies while implementing Mocking in Junit4
- Grails External Configuration. Can't access to
- grails unit test + Thread
- Unable to generate jar file for Hadoop
- Using task scheduler for running java jar (from ba
相关文章
- java.lang.NoClassDefFoundError: javax/servlet/http
- Default arguments in JAR-manifest
- Grails: How to make everything I create Upper Case
- Grails 2.3.7 error when creating a new project
- Eclipse war export: optimize for a specific server
- intellij build jar artifact containing gradle depe
- Can't get Jenkins to start using Tomcat
- Grails and Quartz: Bad value for type long
You can exclude unnecessary jar from war by adding following lines in BuildConfig.groovy.
Example : Removing hibernate core