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

com.lin.constant.Constants Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.lin.constant;

/**
 * 常量
 * @author lkmc2
 * @since 1.0.4
 */
public interface Constants {
    String JDBC_SQL_SERVER = "jdbc:sqlserver";
    String JDBC_H2 = "jdbc:h2";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy