Skip to content

Commit 781063d

Browse files
committed
basic information on API management
1 parent bed228d commit 781063d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: api-management.adoc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# API Management
2+
3+
Each microservice will typically publish a URI that can then be invoked by other microservices.
4+
5+
. Start API Man:
6+
7+
docker run -it -p 8082:8080 jboss/apiman-wildfly
8+
docker run -it -p 8082:8080 arungupta/apiman-wildfly
9+
10+
. Start API Man with all the required resources created:
11+
12+
docker run -it -p 8082:8080 arungupta/apiman-microservices

0 commit comments

Comments
 (0)