I have a Spring Boot App generated by JHipster. It works fine but after adding the firebase-admin dependency in the Gradle build file I cannot run or debug this application in Eclipse.
The error is 'Could not find or load main class' caused by 'java.lang.ClassNotFoundException'
.
The missing class is the annotated SpringBootApplication class I'm clicking on in Eclipse.
The application runs if I start Gradle from the command line or Eclipse or deploy the app to the cloud but without 'Debug as' in Eclipse I cannot use hot code replacement for development.
When I remove the dependency the 'Run/Debug as' in Eclipse works fine. I need this dependency to connect to the Firebase Firestore.