jdbc.properties 209 B

1234567
  1. driverClassName=com.mysql.cj.jdbc.Driver
  2. url=jdbc:mysql://localhost:3306/bookstore?serverTimezone=UTC&rewriteBatchedStatements=true
  3. username=root
  4. password=123456
  5. initialSize=10
  6. maxActive=20
  7. maxWait=10000