Example usage for org.springframework.jdbc.datasource.embedded ConnectionProperties interface-usage

List of usage examples for org.springframework.jdbc.datasource.embedded ConnectionProperties interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.datasource.embedded ConnectionProperties interface-usage.

Usage

From source file com.github.akiraly.db4j.pool.DbcpDataSourceFactory.java

@Nonnull
public class DbcpDataSourceFactory implements DataSourceFactory, ConnectionProperties {
    private final BasicDataSource dataSource;

    public DbcpDataSourceFactory() {
        this(DbcpUtils.newDefaultDS());