From 1f4df2d8f080268a9c6fb4807a4580c7231689ca Mon Sep 17 00:00:00 2001 From: "Sebastian Lammering (E984754)" Date: Mon, 18 Mar 2024 15:12:34 +0100 Subject: [PATCH] GH-527 - Fix modulith actuator endpoint value in examples. --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-modulith-examples/spring-modulith-example-full/src/main/resources/application.properties b/spring-modulith-examples/spring-modulith-example-full/src/main/resources/application.properties index 732d0a09..9429c25e 100644 --- a/spring-modulith-examples/spring-modulith-example-full/src/main/resources/application.properties +++ b/spring-modulith-examples/spring-modulith-example-full/src/main/resources/application.properties @@ -1,3 +1,3 @@ spring.jpa.show-sql=true -management.endpoints.web.exposure.include=health,applicationmodules +management.endpoints.web.exposure.include=health,modulith