Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dongju-na/java-cross-cutting
- Owner: DongJu-Na
- License: mit
- Created: 2024-04-10T17:33:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-13T06:28:36.000Z (9 months ago)
- Last Synced: 2024-04-13T20:50:30.542Z (9 months ago)
- Topics: filter, interceptor, sample-code, spring-boot, webmvc
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)