Skip to content

Commit e360373

Browse files
committed
GP-82 update pom and README.MD
1 parent 1b22441 commit e360373

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Hello Spring MVC exercise :muscle:
2-
Improve your *Spring MVC* configuration skills
1+
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Hello Spring MVC exercise
2+
Improve your *Spring MVC* configuration skills 💪
33
### Task
44
The task is to **configure a typical *Spring MVC* application** separating web and root configs. Your job is to follow
55
the instructions in the *todo* section and **implement a proper configuration.**
66

77
To verify your configuration, run `WelcomeWebAppTest.java`
88

99

10-
### Pre-conditions :heavy_exclamation_mark:
10+
### Pre-conditions
1111
You're supposed to be familiar with *Spring MVC*
1212

13-
### How to start :question:
13+
### How to start
1414
* Just clone the repository and start implementing the **todo** section, verify your changes by running tests
15-
* If you don't have enough knowledge about this domain, check out the [links below](#related-materials-information_source)
15+
* If you don't have enough knowledge about this domain, check out the [links below](#Related-materials-)
1616
* Don't worry if you got stuck, checkout the **exercise/completed** branch and see the final implementation
1717

18-
### Related materials :information_source:
19-
* [Spring MVC basics tutorial](https://github.com/boy4uck/spring-framework-tutorial/tree/master/spring-framework-mvc-basics)<img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=20/>
20-
18+
### Related materials ℹ
19+
todo

3-0-spring-framework/3-1-1-dispatcher-servlet-initializer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.springframework</groupId>
1818
<artifactId>spring-webmvc</artifactId>
19-
<version>5.0.7.RELEASE</version>
19+
<version>5.2.12.RELEASE</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)