How to configure the Spring Boot HTTP application server port using the `server.port` property.'Spring Boot: How to change the application port?2018-05-12 in Java tagged Java / Spring Framework / Spring Boot / Quickie by Marc Nuri
This post shows how to solve the scoped bean injection problems that arises when injecting a Prototype scoped Bean into a Singleton scoped Bean. It shows the different approaches to solve the problem and the advantages and disadvantages for each of them.Spring Bean Scopes: Singleton with Prototypes2018-05-11 in Java tagged Bean / Java / Scopes / SOLID / Spring Framework / Spring Boot / Testing by Marc Nuri