seancork / SpringBoot-RestConsumer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestConsumer

This project consumes two API endpoints (List all bids by user id & list all active jobs) from the restMCV project. It also has the ability to change the language and there is a form also to allow the user to input a user id to view all bids for that user.

Note: You must first have restMCV project running, because this project uses its API to display data.

Uses

  • Lombok (must have instailed)
  • Spring MVC with Spring Boot
  • Maven
  • Thymeleaf

How to start:

You should be able to start the example application by executing ie.son.WebMvcApplication which starts a webserver on port 9090 (http://localhost:9090).

About


Languages

Language:CSS 75.5%Language:Java 15.4%Language:HTML 9.1%