首页 > TAG信息列表 > stater

自定义springboot-stater

对于有些场景,我们需要自定义start才能满足。 可参考org.mybatis.spring.boot: 自定义starter的流程如下: 1.starter里引入autoconfigure 2.autoconfigure里引入spring-boot-starter 3.在autoconfigure里的META-INF/spring.factories文件中定义项目启动加载时指定的自动配置类 定义