lintghi
Results
1
comments of
lintghi
checked code at com.alibaba.druid.pool.DruidAbstractDataSource.setUrl(DruidAbstractDataSource.java:1103) showed: ``` public void setUrl(String jdbcUrl) { if (inited) { throw new UnsupportedOperationException(); } if (jdbcUrl != null) { jdbcUrl = jdbcUrl.trim(); } this.jdbcUrl = jdbcUrl;...