Bootstrap runs fine during application startup (the database is seeded). But it does not seem to be called when Tomcat is deploying a war (nothing in the database).
Does Bootstrap run during war deployment? If not, is there a way to run it?
In particular, I want my sample data to unload the database.
source share