[Solved] Error: Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.4.4:repackage (repackage)
May 8, 2021
If you have come across this error when trying to build and deploy your Spring Boot Maven application then this post will help you!
Read More
Spring Boot no main manifest attribute, in
March 26, 2021
You have created a ./target/.jar and have tried to run it using java -jar <app>.
Read More