chapter03 icon indicating copy to clipboard operation
chapter03 copied to clipboard

Learn Microservices with Spring Boot (2nd edition) - Chapter 3

Results 4 chapter03 issues
Sort by recently updated
recently updated
newest added

Looking at listing 3-12 on page 47, it says it Actual is null, and Expected is factorA=20, factorB=30. I believe the Expected should be factorA=31, factorB=41. I actually downloaded the...

errata

https://github.com/Book-Microservices-v2/chapter03/blob/ecf489e28d65bd4e0d28ff9c80c1f9e09b87be3b/multiplication/src/main/java/microservices/book/multiplication/challenge/ChallengeAttempt.java#L15 chapter 3 in the book mention Long userId and code here is using User user

errata

https://github.com/Book-Microservices-v2/chapter03/blob/ecf489e28d65bd4e0d28ff9c80c1f9e09b87be3b/multiplication/src/test/java/microservices/book/multiplication/challenge/ChallengeServiceTest.java#L42

question

https://github.com/Book-Microservices-v2/chapter03/blob/ecf489e28d65bd4e0d28ff9c80c1f9e09b87be3b/multiplication/src/test/java/microservices/book/multiplication/challenge/ChallengeServiceTest.java#L28 should this be getCorrect instead of isCorrect?

question