Setup bootstrup file in java web application
问题 I read about bootstrapping here. How can I setup bootstrup file in my web application written with jsf,spring and hibernate.Is it necessary to setup bootstrup file in my application? 回答1: Java web applications are "bootstrapped" by the web container in which they are run (e.g. Tomcat) and you don't have to do it yourself. However, if you want to add additional operations to be executed when the application is started up (and/or clean-up operations to be executed when the application is shut