Create an interface driven controller (BAEL-3095)

This commit is contained in:
Andrew Shcherbakov
2019-07-14 18:49:34 +02:00
parent ca53b93176
commit 7f747e44ec
7 changed files with 204 additions and 2 deletions
+5 -2
View File
@@ -3,9 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-5-mvc</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-5-mvc</name>
<description>spring 5 MVC sample project about new features</description>
<packaging>jar</packaging>
@@ -87,6 +85,11 @@
<version>${jayway-rest-assured.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>0.18</version>
</dependency>
</dependencies>
<build>