GH-268 - Rename actuator endpoint to modulith.
To align with the conventions established by Spring Boot.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user