* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and update articles
* JAVA-14723 Refactoring and remove unused files
* JAVA-14723 remove the WEB-INF and migrate jsp to html
* JAVA-14723 Add back the removed test and rename the test into: ArticleViewerControllerWithRequiredAttributeIntegrationTest
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* 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