Spring AOP slow startup time

前端 未结 6 1029
轻奢々
轻奢々 2020-12-11 05:59

We\'re using Spring (3.0.5) AOP with @AspectJ style annotations and . We use it for transactions, auditing, profilin

6条回答
  •  -上瘾入骨i
    2020-12-11 06:14

    I had the same problem, before I change jdk1.7 back to jdk1.6. By jdk1.7, my app hang on “Initializing Spring root WebApplicationContext” for more tha 30 seconds. After I change back, it startup in 10sec.

提交回复
热议问题