microservices-spring-boot icon indicating copy to clipboard operation
microservices-spring-boot copied to clipboard

Build is not working

Open sanjayrao3 opened this issue 5 years ago • 1 comments

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.

sanjayrao3 avatar Sep 02 '19 18:09 sanjayrao3

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 .

ramazansakin avatar Jan 25 '21 05:01 ramazansakin