Skip to content

issues Search Results · repo:learning-spring-boot/learning-spring-boot-2nd-edition-code language:Java

Filter by

14 results
 (63 ms)

14 results

inlearning-spring-boot/learning-spring-boot-2nd-edition-code (press backspace or delete to remove)

Here is my settings: Spring Boot: 2.3.0.RELEASE secret build.gradle Intellij Idea IDE Run/Debug Configuration I have app working at Pivotal Cloud Foundry. I have runing Remote App localy and after ...
  • olegkamuz
  • 1
  • Opened 
    on Jul 6, 2020
  • #18

Images are getting corrupted after the initial run of my application. On the 1st run the 3 sample images display on the screen and if I click an individual image it will load on the full browser. Any new ...
  • runnerpaul
  • Opened 
    on Jun 27, 2020
  • #17

HomeControllerTests gets me ImageRepository bean not found . For me this version of annotation fixed the problem: @MockBeans({ @MockBean(ImageService.class), @MockBean(ImageRepository.class) }) public ...
  • olegkamuz
  • 3
  • Opened 
    on Jun 19, 2020
  • #16

Here is BlockingHomeController working example if you interest how to use BlockingImageService. Don t forget to use @Service annotation before public class BlockingImageService and turn off HomeController ...
  • olegkamuz
  • Opened 
    on Jun 7, 2020
  • #15

ERROR 1321 --- [nio-9000-exec-1] a.w.r.e.AbstractErrorWebExceptionHandler : [63a112d1] 500 Server Error for HTTP GET / java.lang.IllegalStateException: Iterator already obtained at java.base/sun.nio.fs.UnixDirectoryStream.iterator(UnixDirectoryStream.java:118) ...
  • olegkamuz
  • 1
  • Opened 
    on Jun 6, 2020
  • #14

I am getting the errors below when I try to secure images microservice with the following security configuration which in this repo: @EnableWebFluxSecurity @EnableReactiveMethodSecurity public class SecurityConfiguration ...
  • collinewait
  • Opened 
    on Oct 23, 2019
  • #13

I only get empty objects in Chapter 1 when running the code? ( Java 8 and only cloning the source and running it) [{},{},{}]
  • elwis
  • 3
  • Opened 
    on Mar 18, 2018
  • #12

Cleared/reset RabbitQM queues and data. Zero errors even with debug logging turned on. I can see the new data going out from the Image service, but the new data does not get saved into the database. The ...
  • pbaletkeman
  • 3
  • Opened 
    on Jan 26, 2018
  • #8

The following URL gives me a 404 http://localhost:8080/hystrix.stream I ve enabled DEBUG and this shows up in the log DEBUG 9152 --- [ctor-http-nio-2] .b.a.e.w.r.WebFluxEndpointHandlerMapping : Looking ...
  • pbaletkeman
  • 3
  • Opened 
    on Jan 24, 2018
  • #7

I know that I m using a different setup then the author did when they wrote the book and code for the book. In fact I m using JDK 9.0.x, Windows 10 Pro and I m programming this using Kotlin not Java. I ...
  • pbaletkeman
  • 2
  • Opened 
    on Jan 23, 2018
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub