yexuejc-springboot/yexuejc-springboot-base/src/main/resources/META-INF/spring.factories

10 lines
516 B
Plaintext

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.yexuejc.springboot.base.autoconfigure.WebAutoConfiguration,\
com.yexuejc.springboot.base.autoconfigure.OssAutoConfiguration,\
com.yexuejc.springboot.base.autoconfigure.MutiRedisAutoConfiguration,\
com.yexuejc.springboot.base.filter.ParamsRequestBodyAdvice,\
com.yexuejc.springboot.base.filter.ParamsResponseBodyAdvice,\
com.yexuejc.springboot.base.autoconfigure.MnsAutoConfiguration,\
com.yexuejc.springboot.base.exception.GlobalExceptionHandler