Spring Framework
Handling subdomains in multi-tenant applications with Spring Boot and Sprig Web MVC
For ninkik I wanted to provide a subdomain for each of our customers. In addition to that, I wanted to use some other subdomains for static and dynamic content. At that moment I did explicitly not wanted to deal with microservices or multiple applications.When receiving a request, Spring should do Read more…