我正在从 grails 3 升级到 grails 4,但运行时出现以下错误
ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field urlMappings in org.grails.web.mapping.servlet.UrlMappingsErrorPageCustomizer required a bean of type 'grails.web.mapping.UrlMappings' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'grails.web.mapping.UrlMappings' in your configuration.
请帮忙...
同样的问题! 我将从 Grails 3.1.8 升级到 Grails 6.1.0 有什么解决办法吗??