Add code for issue BAEL-2574 (#6249)

* Add code for issue BAEL-2574

This is a code for article "Access Spring MVC Model object in JS"

Set up the project

Add a test

* Rename the test class
This commit is contained in:
Andrey Shcherbakov
2019-02-01 07:19:07 +01:00
committed by maibin
parent 56a832273e
commit 191039ffc6
10 changed files with 131 additions and 1 deletions
+10
View File
@@ -72,6 +72,16 @@
<version>${spring.fox.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
</dependencies>
<build>