You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to decompose webapp into Starter-like modules. These modules would contain not only java classes but also Thymeleaf templates and static resources. For example, Boot should be able to support creating reusable module called "starter-users" which contains model, services and controllers for user registration, login, management, etc... with all java classes, thymeleaf views and static files.