dhis2-devs-core team mailing list archive
-
dhis2-devs-core team
-
Mailing list archive
-
Message #00006
development tip
You can now set a "dhis.skip.startup" system property to skip the startup
routines during web app development. Shaves 5 sec on the startup time here.
mvn jetty:run -Ddhis.skip.startup=true
I would't advertise this too broad since it can be a source of confusion -
you still have to run startup routines on older databases and when some of
the routines have changed, but good to be able to skip when developing
locally.
Lars