/DemoQuotesAPI

Primary LanguageJavaMIT LicenseMIT

DemoQuotesAPI

A demo project for demonstrating how to implement logging aspect with Spring AOP.

This logging aspect will log method parameters and method's return value and exception message if any occurred.

You can find more information in this post.

Run

mvn spring-boot:run

Test

curl http://localhost:8080/quotes/1

License

Apache-2.0