JAVA-3521: Moved spring-mvc-basics-4 inside spring-web-modules
This commit is contained in:
parent
b6edbf8f88
commit
405bb17b46
spring-web-modules/spring-mvc-basics-4
.gitignoreREADME.mdpom.xml
src
main
java/com/baeldung
contexts
Greeting.java
config
AnnotationsBasedApplicationAndServletInitializer.javaAnnotationsBasedApplicationInitializer.javaApplicationInitializer.javaNormalWebAppConfig.javaRootApplicationConfig.javaSecureAnnotationsBasedApplicationAndServletInitializer.javaSecureWebAppConfig.java
normal
secure
services
controller
config
controller
student
jsonparams
config
controller
model
propertyeditor
optionalpathvars
resources
webapp
test
java/com/baeldung
controller
ControllerAnnotationIntegrationTest.javaControllerIntegrationTest.javaPassParametersControllerIntegrationTest.java
jsonparams
optionalpathvars
resources
@ -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)
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user