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 實例之 連接數(shù)據(jù)庫前面的體驗告一段落了匹耕。這里開始责掏,做些實際業(yè)務的服務。一般情況轩拨,服務是需要連接數(shù)據(jù)庫的践瓷。我們先從數(shù)據(jù)庫連接開始。選擇MySQL數(shù)據(jù)庫 新建模塊 在前面的bhparent下面建立...