Add SpringApplicationContextLoader

This commit is contained in:
Dave Syer
2013-10-02 15:07:04 -04:00
parent eabb1e70a4
commit 5fe9ef69c7
8 changed files with 161 additions and 62 deletions

View File

@@ -22,6 +22,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot</artifactId>
<classifier>tests</classifier>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>