摘要:
SpringBoot2通过jdbc生成数据表应该参看 DataSourceInitializerInvoker 这个类了 /* * Copyright 2012-2017 the original author or authors. * * Licensed under the Apache Li 阅读全文
摘要:
在SpringBoot的官方文档中,可以看到, 如果想保持Spring Boot MVC原本的配置(自动配置)并且又想增加自己的配置,那么add your own @Configuration class of type WebMvcConfigurer but without @EnableWeb 阅读全文