JAVA-3521: Moved spring-mvc-basics-4 inside spring-web-modules

This commit is contained in:
sampadawagde 2020-12-24 19:58:59 +05:30
parent b6edbf8f88
commit 405bb17b46
59 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Spring MVC Basics with Java Configuration Example Project
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
The "REST With Spring" Classes: https://bit.ly/restwithspring
### Relevant Articles:
- [Quick Guide to Spring Controllers](https://www.baeldung.com/spring-controllers)

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>