org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE. 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).
at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:218)
问下 您有没有报过这个错误
spring boot 实例之 连接数据库前面的体验告一段落了。这里开始,做些实际业务的服务。一般情况,服务是需要连接数据库的。我们先从数据库连接开始。选择MySQL数据库 新建模块 在前面的bhparent下面建立...