curl start.spring.io/starter.tgz \
-d groupId=com.metflix \
-d artifactId=recommendations \
-d packageName=com.metflix \
-d baseDir=recommendations \
-d dependencies=web,actuator \
-d applicationName=RecommendationsApplication | tar -xzvf -
curl start.spring.io/starter.tgz \
-d groupId=com.metflix \
-d artifactId=membership \
-d packageName=com.metflix \
-d baseDir=membership \
-d dependencies=web,actuator \
-d applicationName=MembershipApplication | tar -xzvf -
curl start.spring.io/starter.tgz \
-d groupId=com.metflix \
-d artifactId=ui \
-d packageName=com.metflix \
-d baseDir=ui \
-d dependencies=web,thymeleaf,security,actuator \
-d applicationName=UiApplication | tar -xzvf -
curl -XPOST http://localhost:4444/api/members -H 'Content-Type: application/json' -d '{"user":"Taro", "age" : 20}'
curl http://localhost:4444/api/members/making
-
Notifications
You must be signed in to change notification settings - Fork 6
making/metflix
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published