@ConfigurationProperties(prefix = "imooc.security")
public class SecurityProperties {
.......
}
@RestController
public class BrowserSecurityController {
@Autowired
private SecurityProperties securityProperties;
}
启动运行会报错:
***************************
APPLICATION FAILED TO START
***************************
Description:
Field securityProperties in com.imooc.security.browser.BrowserSecurityController required a bean of type 'imooc.security.core.properties.SecurityProperties' that could not be found.
Action:
Consider defining a bean of type 'imooc.security.core.properties.SecurityProperties' in your configuration.
小波66
Delete94
chandou
随时随地看视频慕课网APP
相关分类