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
Ra1nmaker/metflix
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- Shell 44.4%
- Batchfile 34.3%
- Java 20.4%
- HTML 0.9%