Add Supplier Exporter sample

This commit is contained in:
Oleg Zhurakousky
2020-05-07 10:28:25 +02:00
parent 07e4de71d2
commit 5aeb77a073
12 changed files with 460 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[
{
"name": "com.example.demo.Foo",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
}
]

View File

@@ -0,0 +1,4 @@
spring.cloud.function.web.export.enabled=true
spring.cloud.function.web.export.debug=true
spring.main.web-application-type=none
logging.level.org.springframework.cloud=DEBUG