Am developing application in springboot using Msaccess database. My database file placed inside src/main/resources
. I have configured database details in application.properties
file. When I tried to load database file in application.properties
its not working. Below is what I have tried in application.properties
file.
spring.datasource.url=jdbc:ucanaccess://classpath:database.accdb
When I run the application, it return error message:
UCAExc:::4.0.4 given file does not exist: classpath:database.accdb