File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Java-RESTful-Client-Example/src/main/java/com/howtoprogram/repository/retrofit2 Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 </arguments >
1717 </buildCommand >
1818 <buildCommand >
19- <name >org.eclipse.m2e. core.maven2Builder </name >
19+ <name >org.springframework.ide.eclipse. core.springbuilder </name >
2020 <arguments >
2121 </arguments >
2222 </buildCommand >
2323 <buildCommand >
24- <name >org.springframework.ide. eclipse.core.springbuilder </name >
24+ <name >org.eclipse.m2e. core.maven2Builder </name >
2525 <arguments >
2626 </arguments >
2727 </buildCommand >
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ This RESTful ws provides API for all below sub projects:
2525###[ Java REST Client Using Resteasy Client Proxy Framework] ( http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/ )
2626###[ Java REST Client Using Apache CXF Proxy based API] ( http://howtoprogram.xyz/2016/07/15/java-rest-client-using-apache-cxf-proxy-based-api/ )
2727###[ Java REST Client Using Netflix Feign] ( http://howtoprogram.xyz/2016/07/18/java-rest-client-using-netflix-feign/ )
28- ###[ Java REST Client Using Unirest Java API] ( http://howtoprogram.xyz/2016/07/27/java-rest-client-using-unirest-java-api/ )
28+ ###[ Java REST Client Using Unirest Java API] ( http://howtoprogram.xyz/2016/07/27/java-rest-client-using-unirest-java-api/ )
29+ ###[ Java REST Client Using Retrofit 2] ( http://howtoprogram.xyz/2016/10/17/java-rest-client-using-retrofit-2/ )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments