Good day! I use Spring MVC, Spring Data Jpa, Spring Security. After authorization on the site, the user can choose 1 of 5 modules for work. Accordingly, I would like each module to be separate (separate war file, project?), While Spring Security, the Session Manager, would work in each .... Can you tell me how to configure projects? Maybe poke where to read. thank
- Maybe you need a portlet? Or single sign-on? See keycloak. - Sergey
- It is necessary to break your application into 5 (thanks cap). Each must lie in its context. But you need to configure SSO between them, which is a bit difficult if you have a little experience. Actually this is a topic for a separate issue. As SSO you can use for example CAS . I see no more problems. - Temka too
|