All Projects → callicoder → Spring Boot Postgresql Jpa Hibernate Rest Api Demo

callicoder / Spring Boot Postgresql Jpa Hibernate Rest Api Demo

Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Boot Postgresql Jpa Hibernate Rest Api Demo

Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (-33.97%)
Mutual labels:  rest-api, rest, postgresql, spring-boot, spring
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+47.85%)
Mutual labels:  rest, hibernate, jpa, spring-boot, spring
Spring Kotlin Exposed
playground for spring-boot 2.*, kotlin , jetbrains-exposed, postgres, jsonb, flyway, docker
Stars: ✭ 106 (-49.28%)
Mutual labels:  hibernate, jpa, postgresql, spring-boot
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+33.49%)
Mutual labels:  rest-api, hibernate, jpa, spring
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-45.45%)
Mutual labels:  rest, hibernate, spring-boot, spring
Jersey Jwt
Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.
Stars: ✭ 131 (-37.32%)
Mutual labels:  rest-api, rest, hibernate, jpa
Prest
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Stars: ✭ 3,023 (+1346.41%)
Mutual labels:  rest-api, rest, postgresql, postgres
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+22.97%)
Mutual labels:  rest-api, rest, hibernate, spring
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+130.62%)
Mutual labels:  rest-api, rest, spring-boot, spring
Hibernate Springboot
Collection of best practices for Java persistence performance in Spring Boot applications
Stars: ✭ 589 (+181.82%)
Mutual labels:  hibernate, jpa, postgresql, spring-boot
Atom
Java course materials
Stars: ✭ 293 (+40.19%)
Mutual labels:  hibernate, jpa, spring-boot, spring
Jpa Hibernate Tutorials
Hibernate Tutorials with Spring Boot and Spring-Data-JPA
Stars: ✭ 186 (-11%)
Mutual labels:  hibernate, jpa, spring-boot, spring
Kotlin Spring Boot Jpa Rest Api Demo
Build a Restful API with Kotlin, Spring Boot, Mysql, Jpa and Hibernate
Stars: ✭ 67 (-67.94%)
Mutual labels:  rest-api, hibernate, jpa, spring-boot
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-64.59%)
Mutual labels:  hibernate, jpa, spring-boot, spring
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (-56.46%)
Mutual labels:  hibernate, jpa, spring-boot
Sample Boot Hibernate
Spring Boot + JPA ( Hibernate ) + Java8 [ DDD Sample ]
Stars: ✭ 97 (-53.59%)
Mutual labels:  hibernate, jpa, spring-boot
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-59.81%)
Mutual labels:  rest-api, rest, postgres
Embedded Database Spring Test
A library for creating isolated embedded databases for Spring-powered integration tests.
Stars: ✭ 196 (-6.22%)
Mutual labels:  postgresql, postgres, spring-boot
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (-4.78%)
Mutual labels:  rest, spring-boot, spring
Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (-59.81%)
Mutual labels:  rest-api, spring-boot, spring

Spring Boot, PostgreSQL, JPA, Hibernate REST API Demo

Tutorial

Check out the complete tutorial on the CalliCoder blog -

Spring Boot, PostgreSQL, JPA, Hibernate RESTful CRUD API Example

Steps to Setup

1. Clone the repository

git clone https://github.com/callicoder/spring-boot-postgresql-jpa-hibernate-rest-api-demo.git

2. Configure PostgreSQL

First, create a database named postgres_demo. Then, open src/main/resources/application.properties file and change the spring datasource username and password as per your PostgreSQL installation.

3. Run the app

Type the following command from the root directory of the project to run it -

mvn spring-boot:run

Alternatively, you can package the application in the form of a JAR file and then run it like so -

mvn clean package
java -jar target/postgres-demo-0.0.1-SNAPSHOT.jar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].