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

io.github.wslxm.springbootplus2.properties.SecureSignProperties Maven / Gradle / Ivy

The newest version!
package io.github.wslxm.springbootplus2.properties;

import lombok.Data;

/**
 * 加签配置类
 * @author 王松
 * @mail [email protected]
 * @date 2024/8/1 10:05
 */
@Data
public class SecureSignProperties {

    /**
     * 加签 appKey
     */
    private String appKey;
    /**
     * 加签 secretKey
     */
    private String secretKey;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy