spring boot test (#1322)

* spring boot test

* testing in spring boot article
This commit is contained in:
Ahmed-Saied
2017-03-07 18:01:44 +02:00
committed by Grzegorz Piwowarek
parent 6fbf90fd27
commit a7bafc0775
13 changed files with 337 additions and 1 deletions
+6
View File
@@ -106,6 +106,12 @@
<version>${jquery.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>