com.lin.constant.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql-faker Show documentation
Show all versions of sql-faker Show documentation
A lightweight SQL data creator.
package com.lin.constant;
/**
* 常量
* @author lkmc2
* @since 1.0.4
*/
public interface Constants {
String JDBC_SQL_SERVER = "jdbc:sqlserver";
String JDBC_H2 = "jdbc:h2";
}