Skip to content

making/metflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published