-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support/document apps that use Vaadin for main UI as well #1
Comments
Quickly tested, this works on top of start.vaadin.com project. Needs to be cleaned and preferably configurable route prefix. As a depdencency:
Spring Boot configuration (e.g. to @SpringBootApplication class):
|
Preliminary instructions added in 29f603e Keeping this open as a reminder to clean up/simplify. |
Fixed some NPEs in 0.0.2 in case a custom parent layout was used (e.g. views registered to apps main layout, not sure if that is a "best practice" by any means though). Example: https://github.com/mstahv/sakila-spring-data-jpa-starter/tree/postgres-with-vaadin-ui-stub |
url mapping etc is bit problematic currently, needs manual setup...
The text was updated successfully, but these errors were encountered: