This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Fail fast when configured 'CREDENTIALS_DIR' does not exists
Pre-release
Pre-release
·
40 commits
to master
since this release
This release fixes the following issues:
#19
For the case the configured 'CREDENTIALS_DIR' does not exists the application should fail with following output:
***************************
APPLICATION FAILED TO START
***************************
Description:
The configured 'CREDENTIALS_DIR' /meta/credentials does not exists.
Action:
Make sure 'CREDENTIALS_DIR' exists before application starts.
instead of failing with a ClassCastException
.
#16
'spring-boot-starter-web' now got a test
-scope in the pom.