GH-766 Initial support to expose FunctionCatalog as actuator endpoint

This commit is contained in:
Oleg Zhurakousky
2021-11-30 18:53:58 +01:00
parent 56092df2c5
commit 24847cfffa
7 changed files with 148 additions and 12 deletions

View File

@@ -26,6 +26,10 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-function-webflux</artifactId>
</dependency>