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})
4万+
6373
4万+
2万+
6911
7257

被折叠的 条评论
为什么被折叠?