-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Hi!
I'm trying to run this with a grails 3.3.0 project and getting this error at startup
org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NoSuchMethodError: grails.web.mapping.UrlMapping.getConstraints()[Lgrails/validation/ConstrainedProperty;
(...)
Caused by: java.lang.NoSuchMethodError: grails.web.mapping.UrlMapping.getConstraints()[Lgrails/validation/ConstrainedProperty;
at springfox.documentation.grails.UrlMappings.hasControllerConstraint(UrlMappings.java:123)
gradle.properties:
grailsVersion=3.3.0
gormVersion=6.1.6.RELEASE