链接数据库失败?
*************************** 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