added FunctionProxyApplicationListener

added support for lambda compiling Supplier and Consumer proxies
This commit is contained in:
markfisher
2017-02-03 16:22:48 -05:00
parent 0a6dce951b
commit f20cff0fc8
6 changed files with 124 additions and 55 deletions

View File

@@ -37,6 +37,10 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>