Grails 4 升级

问题描述 投票:0回答:1

我正在从 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
1个回答
0
投票

同样的问题! 我将从 Grails 3.1.8 升级到 Grails 6.1.0 有什么解决办法吗??

© www.soinside.com 2019 - 2024. All rights reserved.