package com.cxs.base;
/*
* @Project:java-jdbc-demo
* @Author:cxs
* @Motto:放下杂念,只为迎接明天更好的自己
* */
public class DbConfig {
public static final String driverClassName = "com.mysql.jdbc.Driver";
public static final String url = "jdbc:mysql://127.0.0.1:3306/java-jdbc-demo?characterEncoding=utf-8&useSSL=false";
public static final String username = "root";
public static final String password = "root";
}
最近浏览更多
nanjifeng8
7月8日
暂无贡献等级
付洋麟 LV5
4月23日
2036495585 LV9
2023年9月25日
z1433151083 LV9
2023年9月7日
ericxu1116 LV24
2023年6月14日
不嘻嘻 LV8
2023年6月12日
wuge123 LV8
2023年6月12日
A-sunny-day LV4
2023年6月10日
Merdan_810
2023年6月9日
暂无贡献等级
6389181 LV7
2023年6月1日

最近下载
