@SpringBootApplication
替代成
@ComponentScan(lazyInit = true, excludeFilters = @ComponentScan.Filter(type = FilterType.CUSTOM, classes = TypeExcludeFilter.class))
@SpringBootApplication
替代成
@ComponentScan(lazyInit = true, excludeFilters = @ComponentScan.Filter(type = FilterType.CUSTOM, classes = TypeExcludeFilter.class))
本文标题:springboot启动加速 springboot startu
本文链接:https://www.haomeiwen.com/subject/ndojfqtx.html
网友评论