This commit is contained in:
2023-11-14 15:03:36 +08:00
commit 2f3d218368
187 changed files with 27459 additions and 0 deletions

4
resource/jdbc.properties Normal file
View File

@@ -0,0 +1,4 @@
jdbc.driverClass=com.mysql.jdbc.Driver
jdbc.jdbcUrl=jdbc:mysql://localhost:3306/shop?characterEncoding=UTF-8
jdbc.user=root
jdbc.password=1611