From 66ba084916841da15319b11b2ca122b2516ac6e8 Mon Sep 17 00:00:00 2001 From: jinho jeong Date: Fri, 22 Apr 2022 22:15:37 +0900 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac6dd5..156cf6c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ One Day Lifetime SNS - Delete post 24 hours old using Spring Batch - Managing Logins Using Session - Object Oriented Programming -- CQRS(Command and Query Responsibility Segregation) Structure +- [CQRS(Command and Query Responsibility Segregation) Structure](https://zzzinho.tistory.com/123) - RESTful API - [Unit Test](https://mangkyu.tistory.com/143)