modi READ

This commit is contained in:
Daniel Kang
2018-04-20 17:09:03 +09:00
parent 8e079e367e
commit 07e02c320f

View File

@@ -11,7 +11,7 @@
- maven : http://maven.apache.org/download.cgi
- Java IDE(Eclipse, IntelliJ등 )
,,,
``` bash
//Source Code 다운로드
git clone https://github.com/DannyKang/CQRS-ESwithAxon
@@ -20,7 +20,7 @@ docker pull mysql
//mongodb image 다운로드
docker pull mongo
,,,
```
## Axon Framework
@@ -1156,3 +1156,9 @@ GET http://localhost:8080/products/1
curl http://localhost:8080/products
curl http://localhost:8080/products/1
```
# 참조자료
- [Axon Framework CQRS EventSourcing](http://edisonxu.com)
- [Exploring CQRS Architecture with Axon Framework](http://www.geekabyte.io/2015/10/exploring-cqrs-architecture-with-axon.html)