Java Spring Web Application 在调试模式下启动缓慢
我有一个java Web应用程序,使用Spring,Jersey(jax-rs)和Hibernate。
它运行良好且快速,但是有些日子仅在调试模式下进行初始化需要花费大量时间,并且当它启动时非常慢...
我正在使用Eclipse 3.6,Apache Tomcat 6和java 1.6.0_29用于MAC OS X。
写入此日志行后,应用程序开始缓慢记录:
INFO: Initializing Spring root WebApplicationContext
在此日志行之前:
30-dic-2011 10.51.25 com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
com.example.project.web.rest
我该如何调查?有什么建议吗?
不幸的是,我真的不知道我做了什么来降低性能。
非常感谢您的帮助!大卫.