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

net.hlinfo.nacos.plugin.datasource.constants.DataBaseSourceConstant Maven / Gradle / Ivy

package net.hlinfo.nacos.plugin.datasource.constants;

public class DataBaseSourceConstant {
	public static final String PGSQL = "pgsql";
	
	public static final String MYSQL = "mysql";
    
    public static final String DERBY = "derby";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy