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
-- Mailing list: https://launchpad.net/~dhis2-devs-core Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs-core More help : https://help.launchpad.net/ListHelp

