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

de.muenchen.oss.digiwf.address.integration.properties.AddressServiceIntegrationProperties Maven / Gradle / Ivy

The newest version!
package de.muenchen.oss.digiwf.address.integration.properties;

import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.validation.annotation.Validated;

import jakarta.validation.constraints.NotBlank;

@Getter
@Setter
@Validated
@ConfigurationProperties(prefix = "de.muenchen.oss.digiwf.address.service")
public class AddressServiceIntegrationProperties {

    @NotBlank
    private String url;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy