modi READ
This commit is contained in:
10
README.md
10
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user