Browse Source

上传文件至 'out/production/TestServlet09'

2001010304 3 năm trước cách đây
mục cha
commit
155605ca69
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      out/production/TestServlet09/jdbc.properties

+ 6 - 0
out/production/TestServlet09/jdbc.properties

@@ -0,0 +1,6 @@
+username=root
+password=123456
+url=jdbc:mysql://localhost:3306/user_db?characterEncoding=UTF-8
+driverClassName=com.mysql.jdbc.Driver
+initialSize=5
+maxActive=10