java-tutorials/spring-web-modules/spring-mvc-basics-5
Viktor Ardelean 859e91538a BAEL-5649 (#12677)
* add hexagonal architecture example project

* rename class

* add unit test and integration test

* add new line

* reorder pom

* remove maven wrapper

* [BAEL-5649] add article code

* remove files added by mistake

* get parameter type using reflection and serioalize JSON into POJOs

* clean code

* clean code

* reformat

* implement PR feedback

* reformat with contiunation space eq to 2

* replace UserDto with firstName and lastName
2022-09-17 13:30:26 -04:00
..
src BAEL-5649 (#12677) 2022-09-17 13:30:26 -04:00
.gitignore [JAVA-8285] Split spring-mvc-basics into a new module 2021-12-11 19:52:50 +00:00
README.md Updated README.md 2022-06-02 11:18:09 +05:00
pom.xml BAEL-5649 (#12677) 2022-09-17 13:30:26 -04:00

README.md

Spring MVC Basics

This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have their own module.

The Course

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

Relevant Articles: