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

org.artifact.builder.enums.BuilderDatabaseEnum Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.artifact.builder.enums;
/**
 * @author : DengYing
 * @CreateDate : 2018年2月24日 下午12:22:34
 * @Description :生成使用的数据库
 */
public enum BuilderDatabaseEnum {
	mysql,
	redis,
	mongodb
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy