При попытке запустить приложение загрузки весны я получаю следующую ошибку.
Description:
Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource:
Property: driverclassname
Value: oracle.jdbc.OracleDriver
Origin: "driverClassName" from property source "source"
Reason: Unable to set value for property driver-class-name
Action:
Update your application configuration
Это та же проблема, что и у меня, но я не использую maven.
Я использую spring Boot 2.0.0
со следующими стартерами.
dependencies {
compile "org.springframework.boot:spring-boot-starter-web"
compile "org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.1"
testCompile "org.springframework.boot:spring-boot-starter-test"
}
И это мой файл application.properties
spring.datasource.url= *****
spring.datasource.username= ******
spring.datasource.password= ******