Files
spring-boot-rest/spring-web-modules/spring-mvc-basics-4
Usman Mohyuddin d52e2e78cb Create GreetingsController.java (#11057)
* Create GreetingsController.java

add controller to test the content type being set properly or not

* add unit tests for greetings controller

* update to avoid PMD violation

* correct the file type

* Update GreetingsControllerUnitTest.java

fix some imports & correct the names

* Update GreetingsControllerUnitTest.java

update the unit case to avoid internal server error for junit
2021-07-25 10:02:16 -07:00
..

Spring MVC Basics with Java Configuration Example Project

The Course

The "REST With Spring" Classes: https://bit.ly/restwithspring

Relevant Articles: