![JAR search and dependency download from the Maven repository](/logo.png)
com.thebund1st.daming.boot.http.EndpointProperties Maven / Gradle / Ivy
package com.thebund1st.daming.boot.http;
import lombok.Data;
@Data
public class EndpointProperties {
private String sendSmsVerificationCodePath = "/api/sms/verification/code";
private String verifySmsVerificationCodePath = "/api/sms/verification/code";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy