h2-console
There are 21 repositories under h2-console topic.
AdityaKshettri/Student-Database-Management-System-using-JAVA-Spring-Boot
In this project, I have worked on a Database Management System for Students where they can manage their courses, reviews and passport details using Spring Boot Web Platform.
hitenpratap/spring-boot-elk
An sample todo app demonstrating centralised logging using ELK stack
Atishay007/spring-boot-with-restful-web-services
Spring Boot with RESTful Web Services.
AdityaKshettri/Email-Confimation-during-User-Signup
In this project, I have worked on Spring Boot Mail to send email confirmation link to users during their signup.
AdityaKshettri/Java-SpringBoot-Master-Web-Project
In this project, I have worked on a basic prototype of a project that can be extended for any other application, using Spring Boot and Thymeleaf.
daggerok/webflux-cqrs-es
Implementing eventsourcing using JPA as event store. JPA JSON conversion. Spring Boot. Gradle Kotlin DSL. H2 tcp database, etc...
mtumilowicz/spring-boot-h2-console
Spring Boot configuration of h2 console.
AdityaKshettri/Java-SpringBoot-Master-Rest-Project
In this project, I have created a basic Rest API using Spring Boot that can perform all CRUD operations including Authentication using Spring Security.
Anabela-Lima/server-side-project_Museum
Muse360: A Museum management API to help museums manage their exhibits, artefacts and staff rotas. Using Java, Spring and H2 console database.
jdegand/spring-auth-jt
Spring Authentication with JWT & Refresh Token Tutorial Rework
lmicovic/movie-ticket-reservation-backend
Movie ticket reservation backend system.
varshitverma/Book-1_spring-boot
In the project CRUD operations are done using spring-boot and H2 Database and JDBC Template has been used in this project to keep the data persistent even after server restart
AdityaKshettri/JWT-Authentication-for-REST-APIs-using-Spring-Boot-JAVA
In this project, I have worked on Backend Development to secure REST APIs using JWT Authentication in Spring Boot in JAVA.
AdityaKshettri/Working-with-Images-in-Spring-Boot
In this project, I have worked on managing images in a simple application involving authentication and authorization using Spring Boot.
BootcampToProd/spring-boot-h2
A simple app showcasing how to use H2 database inside a Spring Boot application
Csaba79-coder/sdjpa-intro
Introduction to Spring Data JPA
jdegand/make-parties-spring-backend
Make School Tutorial - Make Parties - Reworked for Spring Boot
rsvinicius/h2-database-sample
Spring Boot application with H2 in-memory integration and H2 console
varshitverma/Cricket-Team-2_spring-boot
This code allows for CRUD operations on player data for a cricket team through a basic API. It includes classes for the player entity, repository, service, controller, and row mapper, and provides endpoints for retrieving, creating, updating, and deleting player data.