关于springboot:springboot

65次阅读

共计 154 个字符,预计需要花费 1 分钟才能阅读完成。

@component 省略名字,bean 的默认名字为类名首字母小写
@component 形容类时, 用于通知 spring 框架, 有 spring 构建此类对象.
1)spring 框架如何为咱们的类型构建对象? 通过工厂加反射
2) 反射构建对象时要用对应的 API
@autowired 形容构造方法时 @autowired 注解能够省略

正文完
 0