Class ProfileInfoResource
java.lang.Object
org.radarbase.management.web.rest.ProfileInfoResource
Resource to return information about the currently running Spring profiles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.radarbase.management.web.rest.ProfileInfoResource.ProfileInfoVM
Get profile info.
-
Constructor Details
-
ProfileInfoResource
public ProfileInfoResource()
-
-
Method Details
-
getActiveProfiles
@GetMapping("/profile-info") public org.radarbase.management.web.rest.ProfileInfoResource.ProfileInfoVM getActiveProfiles()Get profile info.- Returns:
- profile info.
-