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

springBoot起步依赖开发流程

时间:2020-03-24 09:18:53      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:封装   配置文件   toc   red   创建   sources   ram   文件   disconf   

定义起步依赖工程 xxx-spring-boot-starter(封装了该起步依赖所需其他所有jar包的依赖)

	      自动装配工程 xxx-spring-boot-starter-autoconfigure

自动装配工程xxx-spring-boot-starter-autoconfigure的resources目录下创建META-INF/spring.factories文件

	  并在该配置文件中定义自动装配的配置类XxxAutoConfiguration
		例:org.springframework.boot.autoconfigure.EnableAutoConfiguration=				com.itheima.redis.config.XxxAutoConfiguration

编写com.itheima.redis.config.XxxAutoConfiguration配置类

springBoot起步依赖开发流程

标签:封装   配置文件   toc   red   创建   sources   ram   文件   disconf   

原文地址:https://www.cnblogs.com/maomaodesu/p/12556533.html

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