From 70d224b072392d2b235ce557a7694a536559ed0c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Aug 2017 10:22:37 +0200 Subject: [PATCH] Reduce confusion about aop starter Closes gh-483 --- initializr-service/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 8f946c17..b200518d 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -107,9 +107,9 @@ initializr: description: Authenticating a User with LDAP - rel: reference href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security - - name: AOP + - name: Aspects id: aop - description: Aspect-oriented programming including spring-aop and AspectJ + description: Create your own Aspects using Spring AOP and AspectJ - name: Atomikos (JTA) id: jta-atomikos description: JTA distributed transactions via Atomikos