myshop-intelij/resource/jdbc.properties

4 lines
146 B
Properties
Raw Normal View History

2023-11-14 15:03:36 +08:00
jdbc.driverClass=com.mysql.jdbc.Driver
jdbc.jdbcUrl=jdbc:mysql://localhost:3306/shop?characterEncoding=UTF-8
jdbc.user=root
jdbc.password=1611