mirror of
https://github.com/Estom/notes.git
synced 2026-05-08 14:22:08 +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 |