In my project i want to use pure aspectj in combination with spring-boot While configuring the project we ran into some issues.
Found another similar problem but that doesnt help us.
This is what we did:
- got springboot project
- defined 2 aspects, 1 simple spring main class
- added aspectj plugin to gradle build
- set applicationDefaultJvmArgs to use the javaagent for aspectjweaver
Here is a link to our repo at github. https://github.com/svenhornberg/MDSD
and here is the Travis-CI build log https://travis-ci.org/svenhornberg/MDSD/builds
But it's still not working like it should.
Think i need some help here.