how to configure the application so that each client has its context?
Example:
- Main
- client1.domain.com --> domain.com/client1
- client2.domain.com --> domain.com/client2
- ....
- Login
- client1.domain.com/Login --> domain.com/client1/Login
- client2.domain.com/Login --> domain.com/client2/Login
- ....
My current application uses the configuration of subdomains because springboot itself identifies that it is in different contexts, but I can't understand how to do this through the path