Grails ApplicationContext.xml grailsResourceLoader

后端 未结 3 1624
悲&欢浪女
悲&欢浪女 2021-01-19 04:08

I’m trying to get a Project running on Tomcat7 that requires some Plugins and is written in Grails.

Creating a -war with the command grails prod war

3条回答
  •  日久生厌
    2021-01-19 04:57

    Simply,

    Remove grailsResourceLoader bean reference (the line below) from applicationContext.xml.

    
    

    and remove it from the property of grailsApplication bean

    and you will have:

    
        Grails application factory bean
        
    
    

提交回复
热议问题