spring.factories 899 B

12345678910111213
  1. org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
  2. org.springblade.modules.custom.service.impl.WineCaseStuffingServiceImpl,\
  3. org.springblade.modules.custom.controller.WineCaseController,\
  4. org.springblade.modules.custom.controller.WineCaseStuffingController,\
  5. org.springblade.modules.custom.service.impl.BottleBodyServiceImpl,\
  6. org.springblade.modules.custom.service.impl.WineCaseServiceImpl,\
  7. org.springblade.modules.custom.controller.WineBoxStuffingController,\
  8. org.springblade.modules.custom.controller.WineBoxController,\
  9. org.springblade.modules.custom.service.impl.WineBoxStuffingServiceImpl,\
  10. org.springblade.modules.custom.service.impl.WineBoxServiceImpl,\
  11. org.springblade.modules.custom.controller.BottleLabelController,\
  12. org.springblade.modules.custom.controller.BottleBodyController,\
  13. org.springblade.modules.custom.service.impl.BottleLabelServiceImpl