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

com.gccloud.starter.common.config.bean.License Maven / Gradle / Ivy

package com.gccloud.starter.common.config.bean;

import lombok.Data;

/**
 * @author liuchengbiao
 * @date 2020-06-16 14:59
 */
@Data
public class License {
    public String appKey;
    public String appSecret;
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy