Failed to bind properties under 'spring.cloud.gateway' to org.springframework.cloud.gateway.config.GatewayProperties:
时间:2020-06-14 12:44:38
收藏:0
阅读:623
问题springcloud getway配置文件加载失败
Description:
Failed to bind properties under ‘spring.cloud.gateway‘ to org.springframework.cloud.gateway.config.GatewayProperties:
Reason: HV000083: The specified annotation javax.validation.constraints.NotNull defines no attribute ‘groups‘.
Action:
Update your application‘s configuration
原因
配置文件名称不对
应为application.yml
原文:https://www.cnblogs.com/jinit/p/13124199.html
评论(0)