com.api.wx.WxProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wx-spring-boot-starter Show documentation
Show all versions of wx-spring-boot-starter Show documentation
Demo project for Spring Boot
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