类 SparrowServerAutoconfigure


  • @Configuration
    @EnableConfigurationProperties(SparrowServerProperties.class)
    @ComponentScan("com.github.thierrysquirrel.sparrow.server.modular")
    @MapperScan("com.github.thierrysquirrel.sparrow.server.database.mapper")
    public class SparrowServerAutoconfigure
    extends Object
    ClassName: SparrowServerAutoconfigure Description: date: 2020/12/7 1:28
    从以下版本开始:
    JDK 1.8
    作者:
    ThierrySquirrel