GH-268 - Rename actuator endpoint to modulith.

To align with the conventions established by Spring Boot.
This commit is contained in:
Oliver Drotbohm
2023-08-15 09:29:39 +02:00
parent 0bfdb81d91
commit cec759af0c
2 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ import org.springframework.util.function.SingletonSupplier;
*
* @author Oliver Drotbohm
*/
@Endpoint(id = "application-modules")
@Endpoint(id = "modulith")
public class ApplicationModulesEndpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(ApplicationModulesEndpoint.class);