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

com.kasinf.framework.security.SecurityAway Maven / Gradle / Ivy

package com.kasinf.framework.security;

import lombok.Getter;

/**
 * SpringSecurity 用户存储方式
 *
 * @author likh
 */
@Getter
public enum SecurityAway {
    /**
     * 内存方式
     */
    memory,
    /**
     * jdbc方式
     */
    jdbc,
    /**
     * 自定义方式
     */
    custom
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy