GH-112 - Enable actuators in example project.

This commit is contained in:
Oliver Drotbohm
2023-01-12 01:22:37 +01:00
parent 05643bba9c
commit 711325b613

View File

@@ -52,6 +52,18 @@
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jpa</artifactId>
</dependency>
<!-- Actuator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-actuator</artifactId>
</dependency>
<!-- jMolecules -->