SpringBoot-自定义Starter

具体操作教程:
https://blog.csdn.net/cstp321/article/details/124755699

里边simplebean报错的话,注解改为:

@Data
@Component
@ConfigurationProperties(prefix = "simplebean")
public class SimpleBean {
	......
}

评论

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×