連接數(shù)據(jù)庫出錯
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). 怎么解決
2017-04-11
你的數(shù)據(jù)庫用戶名密碼用你自己的 不要跟著老師寫
2017-03-30
首先你查看drivrce,url,username,password有沒有寫錯,然后注意老師用的是mysql,配置格式是spring.datasource.driver-class-name,后面的都是一樣的格式,如果這兩個確保沒錯,那么同學你肯定就是原則錯誤了,自己的問題。