Add AopAutoConfiguration (also starter and sample)

A side effect is that spring-boot-starter-data-jpa needs
to include an aspectjweaver depdendency. Hope that doesn't
hurt anything else.

[Fixes #56780004]
This commit is contained in:
Dave Syer
2013-09-11 05:14:49 -07:00
parent ba4a81510b
commit d06d202fd0
14 changed files with 289 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
<modules>
<module>spring-boot-sample-actuator</module>
<module>spring-boot-sample-actuator-ui</module>
<module>spring-boot-sample-aop</module>
<module>spring-boot-sample-batch</module>
<module>spring-boot-sample-data-jpa</module>
<module>spring-boot-sample-integration</module>