spring.factories 319 Bytes
Newer Older
1
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
2 3
  cn.iocoder.mall.spring.boot.web.AdminMVCAutoConfiguration, \
  cn.iocoder.mall.spring.boot.web.UserMVCAutoConfiguration, \
4 5
  cn.iocoder.mall.spring.boot.swagger.SwaggerAutoConfiguration, \
  cn.iocoder.mall.spring.boot.metrics.MetricsAutoConfiguration