/java-cross-cutting

cross-cutting concer study

Primary LanguageJavaMIT LicenseMIT

java-cross-cutting 💻 MIT License

Description 📚

This project is to simply study and organize filters, interceptors, and aop.

Getting Started

To build and run the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/DongJu-Na/java-cross-cutting.git
    cd java-cross-cutting
  2. Build the project:

    ./gradlew build
  3. Run the project:

    ./gradlew :java-cross-cutting:bootRun

Now, you have the extended microservices architecture up and running locally.

Features 🚀

  • filter
  • interceptor
  • aop

Technologies 🤖

Java