zoukankan      html  css  js  c++  java
  • springBoot起步依赖开发流程

    定义起步依赖工程 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配置类

  • 相关阅读:
    UVa10779
    UVa10779
    C++ 内存管理学习笔记
    c++ 学习笔记
    AcWing 275 传纸条
    I
    Tree HDU6228
    Lpl and Energy-saving Lamps
    C
    Secret Poems
  • 原文地址:https://www.cnblogs.com/maomaodesu/p/12556533.html
Copyright © 2011-2022 走看看