One of Spring Boot’s main goals is to make development easier. In my previous article, I demoed how to layer enterprise libraries on top of the spring boot stack. This time I wanted to show the benefits of creating libraries using this method by developing our own in-house enterprise starter....
[Read More]
Spring changed the way alot of programmers thought about dependency
injection. Spring Boot’s aim was to tighten the dependency chain with Spring,
and provide autoconfiguration that allows programmers to start developing applications with minimum fuss.
[Read More]
Spring Cloud Config Server is a wonderful tool when
developing Spring Boot apps. It can externalize all of your application configuration into one location, and even
provide a layer of security with its secret store. However, not all of this is a good thing.
[Read More]
Although simple, this is a very powerful and core concept in developing SaaS. Before I jump right in, I wanted to define
what a codebase is.
[Read More]