摘要: @Bean 和 @Component的区别 前言 最近研究Springboot 源码的时候发现这两个注解比较常出现,但是放眼看去这两个注解好像功能都差不多,所以专门研究了一下: 注解作用 @Component注解表明一个类会作为组件类,并告知Spring要为这个类创建bean。 @Bean注解告诉S 阅读全文
posted @ 2020-10-26 15:30 MaxBruce 阅读(227) 评论(0) 推荐(0)
摘要: 菜鸟的springboot常用注解总结 0.前言 可以毫不夸张地说,这篇文章介绍的 Spring/SpringBoot 常用注解基本已经涵盖你工作中遇到的大部分常用的场景。对于每一个注解我都说了具体用法,掌握搞懂,使用 SpringBoot 来开发项目基本没啥大问题了! 为什么要写这篇文章? 最近看 阅读全文
posted @ 2020-10-26 15:11 MaxBruce 阅读(753) 评论(0) 推荐(0)
摘要: 1, 父Maven pom 文件 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.7.RELEASE</vers 阅读全文
posted @ 2020-10-26 08:10 MaxBruce 阅读(107) 评论(0) 推荐(0)