flow-and-components-documentation
flow-and-components-documentation copied to clipboard
productionMode = true documentation
There is no documentation on the page or in the Book of Vaadin 14
(Chapter 17). When I compile a SpringBoot-Vaadin project like the starter-flow-spring https://github.com/vaadin/skeleton-starter-flow-spring/ with mvn clean install -Pproduction
and copy the target/*.jar file to a different server, it needs to be started there with the parameter -Dvaadin.productionMode
on the server itself.
So, please document explicitly that the parameter is necessary in productionMode.
I know about the https://github.com/vaadin/flow/issues/6657 bug but I'm not sure, what happens with older releases.
See my issue on Vaadin Flow for more details: https://github.com/vaadin/flow/issues/6897