4.0.0
    com.baeldung.boot.persistence
    spring-boot-persistence-2
    0.0.1-SNAPSHOT
    spring-boot-jdbi
    Sample SpringBoot JDBI Project
    
        com.baeldung
        persistence-modules
        1.0.0-SNAPSHOT
    
    
        
            
                org.springframework.boot
                spring-boot-dependencies
                ${spring.boot.dependencies}
                pom
                import
            
            
                org.jdbi
                jdbi3-spring4
                ${jdbi.version}
            
            
                org.jdbi
                jdbi3-sqlobject
                ${jdbi.version}
            
        
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.jdbi
            jdbi3-spring4
        
        
            org.jdbi
            jdbi3-sqlobject
        
        
            org.springframework.boot
            spring-boot-devtools
            runtime
            true
        
        
            com.h2database
            h2
            runtime
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            true
        
        
            org.projectlombok
            lombok
            true
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            com.mchange
            c3p0
            ${c3p0.version}
        
        
            org.apache.commons
            commons-dbcp2
        
        
            org.apache.tomcat
            tomcat-jdbc
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
            
                org.apache.maven.plugins
                maven-compiler-plugin
                
                    
                        com/baeldung/spring/oracle/pooling/configuration/OracleConfiguration.java
                        com/baeldung/spring/oracle/pooling/configuration/OracleUCPConfiguration.java
                    
                    
                        com/baeldung/spring/oracle/pooling/SpringOraclePoolingApplicationOracleLiveTest.java
                        com/baeldung/spring/oracle/pooling/SpringOraclePoolingApplicationOracleUCPLiveTest.java
                    
                
            
        
    
    
        3.9.1
        2.1.8.RELEASE
        0.9.5.2