Cannot determine embedded database driver class for database type NONE
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-data-jpa</artifactId>
  </dependency>
  <dependency>
   <groupId>com.oracle</groupId>
   <artifactId>ojdbc14</artifactId>
   <version>10.2.0.1.0</version>
  </dependency>
加上这个配置文件出错,我用的是oracle

