All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.muenchen.oss.digiwf.cockpit.CamundaWebappsProperties Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package de.muenchen.oss.digiwf.cockpit;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties("digiwf.camunda-webapps")
@Data
public class CamundaWebappsProperties {
  /**
   * The role required to access camunda webapp.
   */
  private final String webAppRole;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy