Can't Import properties after integrating spring-batch-admin into existed spring boot
问题 I have worked on a project using spring-batch and spring-boot. I followed the exact rules how to integrate it by: 1. removing all @EnableBatchProcessing 2. adding ServletConfiguration and WebappConfiguration (and also import them using @Import({ ServletConfiguration.class, WebappConfiguration.class }) add props: batch-mysql.properties business-schema-mysql and modified application.properties with: server.servletPath=/* spring.freemarker.checkTemplateLocation=false ENVIRONMENT=mysql Now here