Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dongju-na/java-cross-cutting

cross-cutting concer study
https://github.com/dongju-na/java-cross-cutting

filter interceptor sample-code spring-boot webmvc

Last synced: 29 days ago
JSON representation

cross-cutting concer study

Awesome Lists containing this project

README

        

# java-cross-cutting 💻 [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## 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:

```bash
git clone https://github.com/DongJu-Na/java-cross-cutting.git
cd java-cross-cutting
```

2. Build the project:

```bash
./gradlew build
```

3. Run the project:

```bash
./gradlew :java-cross-cutting:bootRun
```

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

## Features 🚀
- filter
- interceptor
- aop

## Technologies 🤖
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)