鏈接數據庫失???
*************************** 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?(the?profiles?"dev"?are?currently?active). Process?finished?with?exit?code?1
配置數據連接失敗,是什么原因呢?
application.yml :
dev com.mysql.jdbc.Driver ??jdbc:mysql://127.0.0.1:3306/dbgirl ??root ??123456 ??update ????true
pom :添加的倆個依賴jar
mysqlmysql-connector-javaorg.springframework.bootspring-boot-starter-data-jpa
2018-03-02
什么錯誤,配置哪里寫錯了
2018-01-29
找到錯誤了,自己不仔細,配置寫錯了