JAVA-3521: Moved spring-mvc-basics-4 inside spring-web-modules
This commit is contained in:
parent
b6edbf8f88
commit
405bb17b46
|
@ -1,7 +1,7 @@
|
||||||
## Spring MVC Basics with Java Configuration Example Project
|
## Spring MVC Basics with Java Configuration Example Project
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: https://bit.ly/restwithspring
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Quick Guide to Spring Controllers](https://www.baeldung.com/spring-controllers)
|
- [Quick Guide to Spring Controllers](https://www.baeldung.com/spring-controllers)
|
|
@ -11,7 +11,7 @@
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>parent-boot-2</artifactId>
|
<artifactId>parent-boot-2</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<relativePath>../parent-boot-2</relativePath>
|
<relativePath>../../parent-boot-2</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
Loading…
Reference in New Issue