This project is to simply study and organize filters, interceptors, and aop.
To build and run the project, follow these steps:
-
Clone the repository:
git clone https://github.com/DongJu-Na/java-cross-cutting.git cd java-cross-cutting
-
Build the project:
./gradlew build
-
Run the project:
./gradlew :java-cross-cutting:bootRun
Now, you have the extended microservices architecture up and running locally.
- filter
- interceptor
- aop