Skip to content

Tag: spring

Dynamic Bean configuration & loading in spring boot

I am following this link for understanding hexagonal architecture with spring boot. The infrastructure section contains the configuration for the service bean and the repository is passed as a parameter as a below method. Configuration I am not using JPA instead using Spring JDBC for interacting to DB. Linked…