java-tutorials/spring-web-modules/spring-mvc-basics-4
Usman Mohyuddin dd50f5e80b 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
..
src Create GreetingsController.java (#11057) 2021-07-25 10:02:16 -07:00
.gitignore JAVA-3521: Moved spring-mvc-basics-4 inside spring-web-modules 2020-12-24 19:58:59 +05:30
README.md Update README.md 2021-02-10 01:44:24 +08:00
pom.xml JAVA-5223: Fix formatting of POMs (Spring Web Modules) 2021-05-17 20:23:25 +05:30

README.md

Spring MVC Basics with Java Configuration Example Project

The Course

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

Relevant Articles: