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

com.api.wx.WxProperties Maven / Gradle / Ivy

The newest version!
package com.api.wx;

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

@ConfigurationProperties(prefix = "wx.small.program")
@Data
public class WxProperties {
    private String id;
    private String security;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy