After some project changes i had an error like this I got rid of this error by simplify performing an mvn clean and relaunching the build. And microservice satus >> build successfull
Gateway and Microservices using JHipster JDL and Docker Compose
Installing nodejs with NPM Installing JHispter Intalling Docker JHipster JDL Docker Compose Installing Node.js Install Node.js from the Node.js website (please use an LTS 64-bit version, non-LTS versions are not supported) And…
Liquibase could not start correctly, your database is NOT ready: Validation Failed
Solution: You can try maven goal mvn liquibase:clearCheckSums and then try running app again if you are using maven : else if you are using gradle : liquibase.exception.DatabaseException: java.sql.SQLException: Access denied for user ‘root’@’localhost’ (using password: NO) You…
If “An error has occured”. JHipster
Server application generated successfully. Run your Spring Boot application: jHipster support java 8 – 14 So i have reinstalled java from 15 to 11 and its done Client application generated…