Samsammoulem.hashnode.dev·Jan 4, 2024Database with Flyway and jOOQIntroduction Here we discuss how to quickly setup a Java project - that connects to a relational database system (RDBMS) - with Flyway and jOOQ.The goal is to have a simple project setup - that can be adapted to many database systems - and that can t...Discuss·42 readsDatabases with JavaJava
Christian LehnertProblog.christianlehnert.dev·Dec 20, 2023H2 into ActionSpring Boot has emerged as a powerhouse for building robust and scalable applications. In this blog post, I'll take you through a step-by-step guide on utilizing H2 for your Spring Boot projects. Why H2 Database? Before we jump into the technical asp...Discuss·713 readsSpring Boot into ActionJava
Hithesh Sampathihithesh.hashnode.dev·Dec 4, 2022Getting started with Spring Boot using H2 DbWhat is Spring Boot? Spring Boot is an open-source java-based framework used to create backend web applications. What you will learn from this blog? Developing a spring boot application Creating rest endpoint Connecting to the h2 database Develo...Discuss·62 readsh2
Michał Konkelmichalkonkel.dev·Nov 14, 2022KTOR as a backend - part 2In this blog post, we will take significant steps to enhance our game shop backend by incorporating Dependency Injection and integrating a robust Database system. First, we will explore the concept of Dependency Injection, understanding how it can he...DiscussKTOR backend in a nutshellktor
Georgedevrealm.org·Jun 24, 2019Use H2 Database to connect to any databaseH2 database is a powerful Java SQL database that is very fast, implements JDBC API, provides an html console, and has a very small footprint, around 2MB. Because of its size and the SQL compatibility that the H2 database provides, it can be used as a...Discuss·914 readsh2