logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Not registered via @EnableConfigurationProperties, marked as Spring component, or scanned via @Confi

二.在配置类或启动类上添加 @EnableConfigurationProperties(JwtProperties.class)@ConfigurationProperties 类未被 Spring 管理,需通过组件扫描或显式注册。一.为该类添加 @Component 注解使其成为 Spring Bean。

文章图片
#java#bug
到底了