Bootique Jdbc

JDBC DataSource integration with Bootique
Alternatives To Bootique Jdbc
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Spring Framework Petclinic380
3 months agoapache-2.0CSS
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Cas_sso_record207
5 years ago3Java
CAS实现SSO单点登录项目示例(基本认证流程,代理认证流程,Iframe实现SSO,Restful API实现SSO,JWT认证流程等等)
Aceql Http90
7 months ago33February 22, 2023otherJava
AceQL HTTP is a framework of REST like http APIs that allow to access to remote SQL databases over http from any device that supports http.
Jdbc Performance Logger80122 years ago7May 29, 20187otherJava
A JDBC driver wrapper and GUI to analyze statement performance
Learning Servlet63
3 years agoJava
:frog::gun: 老年人的Servlet代码
Docker Pega Web Ready50
18 days ago9apache-2.0Shell
Docker project for generating a tomcat docker image for Pega
Sales Order System33
2 months ago11unlicenseJava
Spring Web MVC + JPA + Hibernate + JSP + JSTL application
Custom Cas14
11 years ago1Java
Best Practice - Setting Up CAS Locally using the Maven3 WAR Overlay Method
Tracedemo14
6 years ago2Java
Trace app and Server 运动类 轨迹 demo tomcat
Javaweblearning13
3 years agoJava
The note of javaweb learning.
Alternatives To Bootique Jdbc
Select To Compare


Alternative Project Comparisons
Readme

build test deploy Maven Central

bootique-jdbc

Provides a number of modules for your Bootique apps to work with JDBC data stores:

  • bootique-jdbc - an abstract module providing injectable configurable map of named JDBC connection pools (java.sql.DataSource instances). Normally you won't be importing this module directly. It will be added automatically as a transitive dependency of concrete modules. There are currently two choices shown below - Tomcat and Hikari.

  • bootique-jdbc-tomcat - a concrete module that provides configurable Tomcat Connection Pool.

  • bootique-jdbc-hikaricp - a concrete module that provides configurable Hikari Connection Pool.

  • bootique-jdbc-tomcat-instrumented - a variation of bootique-jdbc-tomcat with support for performance metrics.

  • bootique-jdbc-hikaricp-instrumented - a variation of bootique-jdbc-hikaricp with support for performance metrics and health checks.

  • bootique-jdbc-junit5 - a DB testing facility for JUnit 5 that helps to prepare test databases (in-memory or Docker-based), datasets and run assertions against the DB data. Supports API-based and CSV-based data sets. Can be used to test any apps that read or write from/to RDBMS. E.g. Bootique JDBC apps, non-Bootique JDBC apps, Cayenne apps.

  • bootique-jdbc-test - a DB testing facility for JUnit 4. Not as advanced and somewhat convoluted compared to bootique-jdbc-junit5.

See usage example bootique-jdbc-demo.

Popular Jdbc Projects
Popular Tomcat Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Tomcat
Jdbc
Junit
Connection Pool
Performance Metrics