1-Variable Name for created pool:test //连接池变量名 2-DatabaseURL:jdbc:mysql://localhost:3306/world?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false 3-DatabaseURL:jdbc:mysql://localhost:3306/world //同2一样 4-JDBC Driver class:com.mysql.jdbc.Driver 5-Username:root 6-Pasword:admin
2.3 JDBC请求配置
1 2
1-Variable Name of Pooldeclared in JDBC Connection Configuration:test//jdbc连接池变量名 2-SQL Query:select version() from dual //查询语句