mirror of
https://github.com/Estom/notes.git
synced 2026-04-04 03:17:44 +08:00
4 lines
120 B
INI
4 lines
120 B
INI
prop.driverClass=com.mysql.jdbc.Driver
|
|
prop.url=jdbc:mysql://localhost:3306/user
|
|
prop.username=root
|
|
prop.password=123456 |