protected ConnectionProvider connectionProvider; protected static final String TABLE_NAME = "table"; protected static final String JDBC_CONF = "jdbc.conf"; String SELECT_QUERY ="select x,y from table where id ='01'"; public void execute(String[] args) throws Exception { Map hikariConfigMap =...