Class ProfileInfoResource

java.lang.Object
org.radarbase.management.web.rest.ProfileInfoResource

@RestController @RequestMapping("/api") public class ProfileInfoResource extends Object
Resource to return information about the currently running Spring profiles.
  • 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.