Files
Oneul/README.md
jinho jeong 60eeb36acd readme
2022-04-20 15:09:30 +09:00

22 lines
457 B
Markdown

# ONeul(오늘)
One Day Lifetime SNS
## Development Goals
- Delete post 24 hours old using Spring Batch
- Managing Logins Using Session
- Object Oriented Programming
- CQRS(Command and Query Responsibility Segregation) Structure
- RESTful API
## Application Structure
### Simple CQRS
<p align="center"><img src="asset/cqrs_normal.jpeg"></p>
## How to run
```bash
git clone {github_url}
gradle bootJar
java -jar build/libs/oneul-0.0.1-SNAPSHOT.jar
```