Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

dmengelt/spring-boot-with-aspectj-and-lombok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple Spring Boot project to show that AspectJ + Lombok does work with mvn but not within IntelliJ:

Works

$ mvn package -DskipTests && mvn spring-boot:run

or

$ mvn package -DskipTests && java -jar target/spring-boot-ctw-0.0.1-SNAPSHOT.jar

Does not work

Run the project from within IntelliJ

Error:(18, 0) ajc: log cannot be resolved

Remarks

About

A simple Spring Boot project to show that AspectJ + Lombok does work with mvn but not within IntelliJ:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages