fatih-iver / DemoQuotesAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Java 100.0%