X Tutup
# Netflix Feign with Spring Cloud Example ## 1. Import source code into Eclipse Menu **File –> Import –> Maven –> Existing Maven Projects** Browse to your source code location Click **Finish** button to finish the importing ## 2. Run Book RESTful Web Services Open the **Application.java** **Right click -> Run As -> Java Application** or use the shortcut: **Alt+Shift+x, j** to start the main method ## 3. Run the Netflix Feign with Spring Cloud Example Open spring-boot-netflix-feign-example\src\test\java\com\howtoprogram\ApplicationTests.java Right Click --> Run As --> JUnit test This RESTful ws provides API for all below sub projects: ### [howtoprogram.xyz/2017/01/29/using-netflix-feign-with-spring-cloud/]howtoprogram.xyz/2017/01/29/using-netflix-feign-with-spring-cloud/
X Tutup