
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Not registered via @EnableConfigurationProperties, marked as Spring component, or scanned via @Confi
二.在配置类或启动类上添加 @EnableConfigurationProperties(JwtProperties.class)@ConfigurationProperties 类未被 Spring 管理,需通过组件扫描或显式注册。一.为该类添加 @Component 注解使其成为 Spring Bean。

到底了







