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

fun.fengwk.convention4j.oauth2.server.properties.OAuth2ServerProperties Maven / Gradle / Ivy

There is a newer version: 1.1.14
Show newest version
package fun.fengwk.convention4j.oauth2.server.properties;

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

/**
 * @author fengwk
 */
@Data
@ConfigurationProperties(prefix = "convention.oauth2.server")
public class OAuth2ServerProperties {

    /**
     * 单点登陆cookie存储时间
     */
    private int ssoStoreSeconds = 60 * 60 * 24 * 30;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy