Spring Boot is a powerful framework to support development with a minimum of configuration and code. Springify is a set of open source libraries providing features typically required for web projects, so even less coding is required, working hand in hand with the principles of Spring Boot.
Springify Multiconfig allows to split the configuration of a Spring Boot multi-module application. Each module can define its own application-mc-*.yml, which are loaded into the application context in the order of the dependency graph.
Springify Basicauth provides an easy way of adding basic authentication to a Spring Boot application. It can be configured per environment and is not depending on Spring Security.