Day 3 - Spring Boot - Web Client Micro Service (main view for user) - PART 3
These project is the front view of the application. From which we can access data of accounts-microservice-server.
- Setup Discovery Server - https://github.com/rutvikrpatel/discovery-microservice-server
- Register Service of Data Provider Accounts Server - https://github.com/rutvikrpatel/accounts-microservice-server
- Register Service of Accounts Web View- https://github.com/rutvikrpatel/webclient-microservice-server
1. Home Page View - http://localhost:8080/
2.Account List View - http://localhost:8080/accountList
3.Account View - http://localhost:8080/accountDetails?number=3
mvn clean package
java -jar target/com.rutvikpatel.ms.webclient-microservice-server-0.0.1-SNAPSHOT.jar
Rutvik Patel - rrpatel003@gmail.com
Distributed under the GPL V3.0 license. See LICENSE
for more information.