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

cn.dustlight.jobless.service.configurations.ZeebeProperties Maven / Gradle / Ivy

The newest version!
package cn.dustlight.jobless.service.configurations;

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

@Getter
@Setter
@ConfigurationProperties(prefix = "dustlight.jobless.zeebe")
public class ZeebeProperties {

    private String gateway;

    private boolean plaintext = true;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy