如何编写自动配置
模式:
启动器只用来做依赖导入;
专门来写一个自动配置模块;
启动器依赖自动配置;别人只需要引入启动器(starter)
mybatis-spring-boot-starter;自定义启动器名-spring-boot-starter
步骤
1)、启动器模块
2)、自动配置模块
HelloProperties:
HelloService:
HelloServiceAutoConfiguration:
启动器只用来做依赖导入;
专门来写一个自动配置模块;
启动器依赖自动配置;别人只需要引入启动器(starter)
mybatis-spring-boot-starter;自定义启动器名-spring-boot-starter
1)、启动器模块
2)、自动配置模块
HelloProperties:
HelloService:
HelloServiceAutoConfiguration: