{"id":25207048,"url":"https://github.com/santteegt/spring-boot-pooling-tutorial","last_synced_at":"2026-04-13T22:31:39.379Z","repository":{"id":75226673,"uuid":"102128723","full_name":"santteegt/spring-boot-pooling-tutorial","owner":"santteegt","description":"Small project showing how to setup a Connection Pool in a Spring Boot project","archived":false,"fork":false,"pushed_at":"2018-03-13T20:28:51.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T18:20:18.523Z","etag":null,"topics":["dbcp-pool","hikaricp","java-8","maven","spring","spring-boot","tomcat"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/santteegt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-01T15:48:36.000Z","updated_at":"2023-01-30T01:56:41.000Z","dependencies_parsed_at":"2023-06-05T19:00:07.996Z","dependency_job_id":null,"html_url":"https://github.com/santteegt/spring-boot-pooling-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santteegt/spring-boot-pooling-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fspring-boot-pooling-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fspring-boot-pooling-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fspring-boot-pooling-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fspring-boot-pooling-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santteegt","download_url":"https://codeload.github.com/santteegt/spring-boot-pooling-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fspring-boot-pooling-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31773981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbcp-pool","hikaricp","java-8","maven","spring","spring-boot","tomcat"],"created_at":"2025-02-10T11:30:30.198Z","updated_at":"2026-04-13T22:31:39.342Z","avatar_url":"https://github.com/santteegt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Pooling Connections Tutorial\n\nGetting started project showing how to setup one of the recommended Connection Pool libraries by the Spring Boot reference doc.\n\n## Installation requirements\n\nIn order to build and execute this project, you need the following requirements:\n\n* Java SDK 8\n* Maven 3.x\n* Docker Compose (Optional)\n\n## Database configuration\n\nThe project setup a connection prool to consume data from a PostgreSQL database. In order to perform a fast execution of this sample project, you can setup a docker image by running the following commands:\n\n```$bash\n~ $ cd spring-boot-pooling-tutorial\n~ $ docker-componse up postgresql\n```\n\n## Connection pool setup\n\nThe project includes required libraries to setup the following Connection Pool implementations;\n \n * HikariCP (Default setup) (See conf parameters [here](https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby))\n * Tomcat JDBC (See conf parameters [here](https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Attributes)) \n * DBCP2 (See conf parameters [here](https://commons.apache.org/proper/commons-dbcp/configuration.html))\n\nIf you want to configure a Connection pool different from the default, please uncomment the related dependencies in the [pom.xml](pom.xml)\n\n## Parameter configuration\n\nIf you wish to experiment more with the parameter configuration of a connection pool implementation, you can modify the [application.properties](src/main/resources/application.properties) file.\n\n## Build and execution\n\n```$sh\n$ mvn package\n$ java -jar target/spring-boot-pooling-tutorial-1.0-SNAPSHOT.jar\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantteegt%2Fspring-boot-pooling-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantteegt%2Fspring-boot-pooling-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantteegt%2Fspring-boot-pooling-tutorial/lists"}