Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
1
解决方案:
在启动类上加:
@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
1
解决方案:
在启动类上加:
@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})