Spring boot jdbc Connection
问题 i'm trying to configure spring boot in order to have tomcat connection pool to my production database. My application is NOT web (i have also some difficult to tell that to spring). I have a Startup class and 3 more classes the code @Configuration @EnableAutoConfiguration(exclude = DataSourceAutoConfiguration.class) public class Starter { private static Logger logger; @Autowired private static MyController controller; public static void main(String[] args) { // SpringApplication