Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 465 Bytes

File metadata and controls

7 lines (5 loc) · 465 Bytes

A SpringBoot Application with BoneCP

Purpose

This example project demonstrates how to configure a BoneCP connection pool in a Spring Boot application. It was created to provide a concrete, working example in response to a Stack Overflow question.

How To Run the Application

mvn clean package && java -jar target/springbootbonecpds.jar