0
点赞
收藏
分享

微信扫一扫

Spring系列技术实战(项目搭建、知识点总结)

hoohack 2022-05-03 阅读 39

1、注解

@Autowired、@Qualifier、@Primary

解决多类型冲突的三种方式(@Primary、@Qualifier注解)

2、技术点

SpringBoot注入Bean的几种方式

https://blog.csdn.net/Smy_0114/article/details/122229852

SpringBoot读取配置文件的方式

1、读取application.properties文件中的值的方式:
https://blog.csdn.net/weixin_42344117/article/details/118087641
2、读取非application.properties文件中的值的方式:
https://blog.csdn.net/weixin_42344117/article/details/117605507

3、技术整合

SpringBoot集成lombok

https://blog.csdn.net/itCatface/article/details/119038565

SpringBoot集成单元测试

@SpringBootTest:
http://t.csdn.cn/Ph9rj

待看 - 比较重要:
使用@SpringBootTest注解进行单元测试

4、项目搭建

SpringBoot项目详细创建步骤

http://t.csdn.cn/yDpgn

举报

相关推荐

0 条评论