@EnableAspectJAutoProxy: per application context, requires aspectjweaver

Issue: SPR-14753
Issue: SPR-15801
This commit is contained in:
Juergen Hoeller
2018-01-26 10:38:43 +01:00
parent 37ab8a700b
commit 0e734d83d5
2 changed files with 14 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ as needed.
The @AspectJ support can be enabled with XML or Java style configuration. In either
case you will also need to ensure that AspectJ's `aspectjweaver.jar` library is on the
classpath of your application (version 1.6.8 or later). This library is available in the
classpath of your application (version 1.8 or later). This library is available in the
`'lib'` directory of an AspectJ distribution or via the Maven Central repository.