-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
I tried to create a simple example to taste the vibur dbcp in the 3.5.0-M1, but found the add the following configuration in the application.properties.
spring.datasource.vibur.jdbc-url=jdbc:postgresql://localhost:5432/testdb
spring.datasource.vibur.username=user
spring.datasource.vibur.password=passowrd
#spring.datasource.vibur.driver-class-name=
And the includes the dependencies in project.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.vibur</groupId>
<artifactId>vibur-dbcp</artifactId>
</dependency>
// and postgres jdbc driver
When starting the application, it will report spring.datasource.url
is not configured.
Explored the DataSourceConfiguration in 3.5.0-M1, there is no vibur item there.
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid