https://github.com/fintechlabs/grails3-aop
AOP in Grails 3
https://github.com/fintechlabs/grails3-aop
aop aop-aspectj aop-aspects aop-framework grails-aop
Last synced: about 2 months ago
JSON representation
AOP in Grails 3
- Host: GitHub
- URL: https://github.com/fintechlabs/grails3-aop
- Owner: FintechLabs
- Created: 2018-08-28T07:45:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T11:25:34.000Z (about 7 years ago)
- Last Synced: 2025-03-05T03:31:10.319Z (7 months ago)
- Topics: aop, aop-aspectj, aop-aspects, aop-framework, grails-aop
- Language: Groovy
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOP With Grails 3
Sample project with code to demonstrating how AOP can be used with Grails 3 for tasks like logging, transaction management to achieve modularity.