jdbc.driver=com.mysql.cj.jdbc.Driver
jdbc.url=jdbc:mysql://192.168.0.10:3306/webtextdb?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
jdbc.username=root
jdbc.password=123456
jdbc.initialPoolSize=50
jdbc.maxPoolSize=30
jdbc.minPoolSize=20
jdbc.maxStatements=100