@EnableCaching
@EnableScheduling
@EnableFeignClients
@SpringBootApplication
@PropertySource(value="classpath:env/${spring.profiles.active}/application.properties",
encoding="UTF-8",
ignoreResourceNotFound=true)
@EnableFileService
public class Bootstrap
extends java.lang.Object