
io._57blocks.sms.config.properties.SmsServiceProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sms-spring-boot-starter Show documentation
Show all versions of sms-spring-boot-starter Show documentation
sms-spring-boot provide a convenient approach to integrate sms service by pre-defined
configuration. It supports templating with resource bundle.
package io._57blocks.sms.config.properties;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
@Data
@ConfigurationProperties("io.57blocks.sms")
public class SmsServiceProperties {
private Boolean enabled = Boolean.TRUE;
private String messageBaseName = "/sms/messages";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy