Found 7,134 repositories(showing 30)
Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate
bezkoder
Spring Boot, Spring Security, PostgreSQL: JWT Authentication & Authorization example
springframeworkguru
No description available
mkjelland
No description available
I wanted a solution where multi-tenancy is achieved by having a database per tenant and all user information (username, password, client Id etc) for authentication and authorization stored in a user table in the respective tenant databases. It meant that not only did I need a multi-tenant application, but also a secure application like any other web application secured by Spring Security. I know how to use Spring Security to secure a web application and how to use Hibernate to connect to a database. The requirement further dictated that all users belonging to a tenant be stored in the tenant database and not a separate or central database. This would allow for complete data isolation for each tenant.
bezkoder
Spring Boot, PostgreSQL example with Maven, Spring JPA
AlgiersJUG
No description available
parzibyte
Un sistema de ventas (POS, punto de venta) usando Java, Spring Boot, MVC, MySQL y Bootstrap
OKaluzny
Plain RESTful Web Service with Spring Boot 4. Using PostgreSQL database, Hibernate and basic authentication. Also added the lombok.
jirkapinkas
Spring Boot app & Postgresql & Docker compose
Spring Boot, PostgreSQL, JPA, Hibernate RESTful CRUD API Tutorial - https://youtu.be/eWbGV3LLwVQ
I wanted a solution where we can easily captured Oauth2 and Oauth2 client for the secure communication with all of the microservices. Focusing, how to achieve oauth2 full flavor into microservices architecture. User can’t access API without token. The token will be available when user given basic and authentication details to generate token for access API. All requests will consider one entry point API-Gateway but, service-to-service can communicate. The API-Gateway will dynamic routing using Zuul Netflix OSS component. Every request will check authorization when request will arrived into service and service will request authorization server to verify is either authenticate or not. The entire Meta configuration settled into the central configuration on github (You can manage on any repository).
OKaluzny
Lightweight RESTful API with Spring Boot 3, Keycloak, PostgreSQL, JPA, Docker, OpenAPI, etc.
nouhouari
Simple Spring Boot application integrated with the PostGIS spatial database.
garystafford
Spring Boot 2.0 application, backed by PostgreSQL, and designed for deployment to Pivotal Cloud Foundry (PCF)
GreaterMKEMeetup
A Spring REST Docs extension that produces importable Postman collections.
AleksK1NG
Spring WebFlux gRPC and R2DBC Microservice
Kotlin Spring-WebFlux R2DBC Redisson K8S Microservice
mamadaliev
An example of a simple Spring Boot application and other services running with docker-compose file configuration.
brant-hwang
SpringBoot PostgreSQL JSON(JSONB) Hibernate (JPA) Example
Spring Boot Docker project for running the Postgres container
redhat-cop
No description available
Docker Compose Spring Boot and Postgres example - Dockerize and connect Spring Boot to PostgreSQL
NimeshPiyumantha
This is a Spring Boot Web POS System.
Dynamic Multi Tenancy Using Java Spring Boot Security JWT Rest API MySQL Postgresql full example
chrissssss
Java application using spring boot and hibernate spatial for storing data in postgis
vasily-kartashov
Example project for PostGIS, Spring Data JPA and Hibernate Spatial
Spring Boot R2DBC with PostgreSQL example - CRUD app with Spring Data R2DBC PostgreSQL example, Spring WebFlux for Reactive Rest API
shameed1910
springboot-postgres-k8s
indrabasak
JPA Postgres Spring Boot Example