Files
notes_estom/Spring/Spring5/code/shangguigu07/src/jdbc.properties
2022-10-14 23:39:59 +08:00

4 lines
120 B
INI

prop.driverClass=com.mysql.jdbc.Driver
prop.url=jdbc:mysql://localhost:3306/user
prop.username=root
prop.password=123456