Posts by Wesley Costa • 1 point
3 posts
-
0
votes0
answers81
viewsQ: Spring Boot Admin cannot fetch healt information from client
I made a simple library api but when my monitor tries to fetch her health reports return the following error: Error in client : Failed to register application as…
-
0
votes1
answer29
viewsA: Making a Mistake in Creating a Bean
I was able to resolve, in my unitary test class for the Bookcontroller I was not putting the @Mockbean annotation in the Loanservice class
-
0
votes1
answer29
viewsQ: Making a Mistake in Creating a Bean
I created my API with TDD, but when I implemented a new method in my controller the tests stopped working. I created several tests that stopped working when I created loansByBook in Bookcontroller,…