microservices-spring-boot
microservices-spring-boot copied to clipboard
Build is not working
I want to create the build of each project for deployment, but when it comes to the auth service. it shows classnotfound for the classes which are present in common.
Hi @sanjayrao3 , I had the same issue. I added a root pom.xml and adaptated other poms and run maven clean-compile-package orderly. Then it works. You can check it out here https://github.com/ramazansakin/microservices-spring-boot .