
30
Sep, 13
Using Spring’s Java based configuration.
Using Spring’s Java based configuration is fairly straightforward and more flexible. In order to do it, you will have to annotate your java class, that is going to contain your beans, with @Configuration and as we have added the component-scan in our one post...
Recent Comments