Currently learning Vaadin8+SpringBoot for Vaadin made me wanna forget about HTML for a while. Anyways, all is good for some CRUD operations until I mixed in SpringSecurity in the project. Well, I've been searching for days now and no solution could fit in well with the expected requirements.
Expected output:
- Vaadin8+SpringBoot+SpringSecurity
- All in one project/module/artifact
- 2
@SpringUI
(MainUI
= "",LoginUI
= "/login") - Multiple
@SpringView
s contained byMainUI
'sViewDisplay
Limitations:
- No
login.html
(from the Vaadin's demo backery app) - No SpringMVC for login page
- No vaadin4Spring dependency
- Configurations done through annotations and not through XMLs
I know there's a way, I'm blocked how to progress on this. And if it's really not possible, need to understand as to why it isn't.