Grails ApplicationContext.xml grailsResourceLoader

后端 未结 3 1628
悲&欢浪女
悲&欢浪女 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:59

    See the section "Changes To applicationContext.xml" - http://grails.org/doc/2.4.x/guide/upgradingFrom23.html

    Basically remove the reference of grailsResourceLoader and corresponding bean declaration form applicationContext.xml

提交回复
热议问题