Class ConfigurationController


  • public class ConfigurationController
    extends Object
    Provides global configuration values which are available to viewers
    • Constructor Detail

    • Method Detail

      • getConfig

        @GetMapping(path="${tailormap-api.base-path}/config/{key}",
                    produces="application/json")
        public org.springframework.http.ResponseEntity<Serializable> getConfig​(@PathVariable
                                                                               String key)