generate name per function to allow composition

This commit is contained in:
markfisher
2016-10-01 16:32:28 -04:00
parent 309993f0d4
commit b78024e7ea
7 changed files with 106 additions and 24 deletions

View File

@@ -31,6 +31,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>