jetty and Oracle Connection Pooling
问题 I am currently moving my Oracle Datasource pool creation from my Spring config to a jetty config, but I am getting the error below [WARNING] Config error at My Datasource config in Spring looks like @Bean public DataSource dataSource() throws IllegalStateException, SQLException { PoolDataSource dataSource = PoolDataSourceFactory.getPoolDataSource(); dataSource.setConnectionFactoryClassName(env.getRequiredProperty(DB_CONNECTION_FACTORY_CLASS_NAME)); dataSource.setURL(env.getRequiredProperty