***************************
APPLICATION FAILED TO START
***************************
Description:
Cannot determine embedded database driver class for database type NONE
Action:
If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).
改正:
@SpringBootApplication(exclude=
{DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class})

相关文章:
-
2021-12-23
-
2022-02-06
-
2021-04-06
-
2021-11-13
-
2022-12-23
-
2021-09-19
-
2021-08-17
-
2021-10-13