learning-spring-boot-2nd-edition-code icon indicating copy to clipboard operation
learning-spring-boot-2nd-edition-code copied to clipboard

BlockingHomeController if interested

Open olegkamuz opened this issue 5 years ago • 0 comments

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 by simply commenting @Controller annotation before public class HomeController https://gist.github.com/a576addf3103e3a1f78b9ec2b0127c72

olegkamuz avatar Jun 07 '20 02:06 olegkamuz