码迷,mamicode.com
首页 > 编程语言 > 详细

(002)Spring Boot之常用注解及其说明

时间:2019-11-10 22:54:32      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:one   读取   value   配置文件   包含   http   ica   alt   prefix   

  1、SpringBootApplication

  SpringBootApplication注解包含了ComponentScan、SpringBootConfiguration两个注解,因为包含了ComponentScan,所以会自动扫描路径中的配置类,因为包含了SpringBootConfiguration,所以可以在添加SpringBootApplication注解的类中创建bean

技术图片

   2、SpringBootConfiguration

  SpringBootConfiguration包含了Configuration,与Configuration的作用一样

  3、ConfigurationProperties

  ConfigurationProperties注解可以使读取文件时通过set方法读取,并且可以通过属性value或者prefix指定前缀

  4、PropertySource

  PropertySource指定读取的配置文件

  5、PropertySources

  PropertySources同时指定多个配置文件

 

(002)Spring Boot之常用注解及其说明

标签:one   读取   value   配置文件   包含   http   ica   alt   prefix   

原文地址:https://www.cnblogs.com/javasl/p/11827828.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!