driverClassName=com.mysql.cj.jdbc.Driver
url=jdbc:mysql://localhost:3306/bookstore?serverTimezone=UTC&rewriteBatchedStatements=true
username=root
password=123456
initialSize=10
maxActive=20
maxWait=10000