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

org.casbin.spring.boot.autoconfigure.properties.CasbinDataSourceInitializationMode Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package org.casbin.spring.boot.autoconfigure.properties;

/**
 * @author fangzhengjin
 * @version V1.0
 * @title: CasbinDataSourceInitializationMode
 * @package org.casbin.spring.boot.autoconfigure.properties
 * @description:
 * @date 2019/4/2 15:31
 */
public enum CasbinDataSourceInitializationMode {
    /**
     * Automatically create data tables
     */
    CREATE,
    /**
     * Do not automatically build tables
     */
    NEVER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy