microservices-v9
microservices-v9 copied to clipboard
Learn Microservices with Spring Boot - v9
Error occured while packaging (mvn package) microservices-v9/service-registry: https://github.com/microservices-practical/microservices-v9/tree/master/service-registry. I noticed the following error message, and I am sure the port 8761 is free by executing "netstat -o | findstr 8761"....
I got problems with the default generated strategy `GenerationType.AUTO` , I add `GenerationType.SEQUENCE` for - ScoreCard.java - Multiplication.java - MultiplicationResultAttempt.java - User.java then everything works just fine. Please verify this...