An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by Cepr0

A curated list of projects in awesome lists by Cepr0 .

https://github.com/cepr0/sb-multitenant-db-demo

Multi-tenant Spring Boot demo project

database hibernate multitenant sping-boot spring-data-jpa

Last synced: 21 Mar 2025

https://github.com/cepr0/spring-data-rest-dto

An approach of how to work with DTO in Spring Data REST projects

dto projection rest spring-boot spring-data-jpa spring-data-rest

Last synced: 06 Jul 2025

https://github.com/cepr0/generic-crud

A handy library that reduces the writing of the boilerplate code for CRUD operations in Spring applications

crud generics jpa mongodb rest spring spring-boot spring-data-jpa spring-data-mongodb spring-mvc

Last synced: 29 Oct 2025

https://github.com/cepr0/sb-querydsl-sd-demo

Example of making a 'REST query language' with Querydsl and Spring Data

Last synced: 29 Oct 2025

https://github.com/cepr0/sb-oauth2-google-signin-demo

Combination of local OAuth2 authentication and Google Sign-in in Spring Boot application

google-sign-in jwt oauth2 spring-boot spring-security

Last synced: 14 Sep 2025

https://github.com/cepr0/dependent-security

A Spring Data REST demo project with user access only to objects created by it

spring-boot spring-data spring-data-jpa spring-data-rest spring-security

Last synced: 29 Oct 2025

https://github.com/cepr0/projection-cache-demo

Using Projections in Spring Data REST as DTO with cache to reduce the impact of 1+N queries problem

cache projection spring-boot spring-data spring-data-jpa spring-data-rest

Last synced: 29 Oct 2025

https://github.com/cepr0/sb-hazelcast-hibernate-l2c-demo

Hazelcast as distributed Hibernate 2nd level cache and Spring cache in Spring Boot application

docker docker-compose hazelcast hazelcast-cluster hazelcast-hibernate hibernate hibernate-caching spring-boot spring-cache spring-data-jpa

Last synced: 29 Oct 2025

https://github.com/cepr0/restdemo

Spring Data Rest collection of code examples

spring-data-rest

Last synced: 29 Oct 2025

https://github.com/cepr0/sb-mongo-elastic-demo

Spring Boot, Mongo and Elasticsearch demo

Last synced: 23 Apr 2025

https://github.com/cepr0/sb-kotlin-batch-insert-demo

An example af batch inserting with Spring Data JPA in Kotlin

Last synced: 29 Oct 2025

https://github.com/cepr0/restvotes

The sample of REST application that implements the restaurant voting system to decide where to have lunch

spring-data-rest

Last synced: 29 Oct 2025

https://github.com/cepr0/base-crud-rest-service

Base Spring Boot REST service implemented base CRUD operations

crud rest spring-boot spring-data-jpa

Last synced: 19 Aug 2025

https://github.com/cepr0/k8s-demo

K8s simple Spring Boot demo application using KinD

docker k8s kind spring-boot

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-oauth2-mfa-demo

Spring Boot application with OAuth2 and multi-factor authentication

mfa oauth2 otp spring-boot two-factor-authentication

Last synced: 24 Oct 2025

https://github.com/cepr0/sb-jwt-oauth-demo

Spring Boot demo project of using JWT and OAuth2

Last synced: 24 Dec 2025

https://github.com/cepr0/duplicate-parent-entities

Spring Data JPA - duplicated parent entities in 'join fetch' repository query methods

duplicates spring-boot spring-data-jpa

Last synced: 24 Jul 2025

https://github.com/cepr0/dual-db-demo

Last synced: 24 Dec 2025

https://github.com/cepr0/sb-neo4j-demo

Last synced: 19 Aug 2025

https://github.com/cepr0/sb-exception-handling-demo

Demo of Exception Handling in Spring Boot application

Last synced: 12 Jul 2025

https://github.com/cepr0/native-query-sorting-demo

Example of dynamic sorting with Spring Data JPA and native query

native-query sorting spring-data-jpa

Last synced: 11 Mar 2025

https://github.com/cepr0/hibernate-types-in-projection

Bad attempt to use json or array types of hibernate-types lib in Spring Data projections

array hibernate-types json postgresql projection spring-data-jpa

Last synced: 05 Oct 2025

https://github.com/cepr0/pg-batch-insert-demo

Sample of batching insert in PostgreSQL from Spring Boot/Hibernate, with support of reWriteBatchedInserts parameter

batch-insert hibernate postgresql spring

Last synced: 11 Mar 2025

https://github.com/cepr0/sdr-validation-demo

Validation example in Spring Data REST projects

spring-boot spring-data-rest validation

Last synced: 11 Mar 2025

https://github.com/cepr0/sd-jpa-projections

Testing Spring Data JPA projections

projection spring spring-boot spring-data-jpa

Last synced: 11 Mar 2025

https://github.com/cepr0/sdr-hashids-demo

Spring Data REST project with ID replaced with hashids (https://github.com/jiecao-fm/hashids-java)

Last synced: 16 Dec 2025

https://github.com/cepr0/pg-uuid-projection-exception

Native query method with UUID and projection on PostgreSQL throws an exception

native-query postgresql projection spring-boot spring-data-jpa

Last synced: 19 Jul 2025

https://github.com/cepr0/sb-tagged-autowire-candidate-resolver

TaggedAutowireCandidateResolver - an example of Spring AutowireCandidateResolver

autowiring beans injection spring

Last synced: 12 Dec 2025

https://github.com/cepr0/sd-insert-update-delete-demo

Demo of insert/update/delete custom JpaRepository query methods

delete insert repository spring spring-boot spring-data-jpa update

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-traefik-discovery-client-demo

Implementation of Spring Cloud DiscoveryClient for Traefik

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-mongo-generic-crud-demo

Demo application with example of using 'Generic CRUD' library with MongoDB

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-reactive-filter-demo

Demo project of Spring Boot application with example of reactive web filter and reactive mongo repositories

reactive-mongo spring-boot spring-webflux web-filter

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-rest-template-interceptor-demo

Example of Spring RestTemplate interceptor with BufferingClientHttpResponseWrapper

interceptor rest-template spring spring-boot

Last synced: 05 Aug 2025

https://github.com/cepr0/sb-hibernate-bytecode-enhancement-demo

Example of using Hibernate Bytecode Enhancement

Last synced: 24 Dec 2025

https://github.com/cepr0/sb-hibernate-types-demo

Spring Boot and Spring Data Rest with hibernate-types lib demo (https://github.com/vladmihalcea/hibernate-types)

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-hashtag-usage-example

Spring Boot hashtag usage example project

hashtags spring-boot spring-data-jpa spring-data-rest

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-generic-strategy-resolver

Spring GenericStrategyResolver - 'resolves' generic Strategy implementations by its generic parameter

generics resolver spring spring-boot strategy

Last synced: 11 Mar 2025

https://github.com/cepr0/optional-enum-issue

Spring Data JPA repository method with native query, that should return Optional<Enum>, instead return Optional<String>

enum optional spring-boot spring-data-jpa

Last synced: 11 Mar 2025

https://github.com/cepr0/jobtests

Last synced: 11 Mar 2025

https://github.com/cepr0/querydsl-demo

Last synced: 11 Mar 2025

https://github.com/cepr0/mongo-reactive-rest-demo

Spring WebFlux with Reactive MongoDb REST service sample

Last synced: 06 Dec 2025

https://github.com/cepr0/custom-repo

Last synced: 11 Mar 2025

https://github.com/cepr0/dou-ex

DOU email extractor - extracting company emails from DOU.UA

dou email gson jsoup yaml yamlbeans

Last synced: 11 Mar 2025

https://github.com/cepr0/btree-demo

Last synced: 06 Jul 2025

https://github.com/cepr0/crudsample

CRUD Sample - тестовый CRUD проект для онлайн-курсов JavaRush (http://javarush.ru)

Last synced: 11 Mar 2025

https://github.com/cepr0/double-join

Last synced: 11 Mar 2025

https://github.com/cepr0/sb-entity-inheritance-demo

Spring Data JPA / Hibernate entity inheritance example

entity inheritance spring spring-boot spring-data-jpa

Last synced: 17 Sep 2025

https://github.com/cepr0/test-docs

Last synced: 20 Oct 2025

https://github.com/cepr0/m2m-redundant-queries-demo

Demo of redundant select queries while updating the entity with ManyToMany relation

hibernate jpa many-to-many spring spring-data-jpa

Last synced: 11 Mar 2025

https://github.com/cepr0/jdbi-demo

Last synced: 12 Dec 2025

https://github.com/cepr0/mapstruct-nullvaluepropstrategy-issue

MapStruct (1_3_0_Beta2) NullValuePropertyMappingStrategy.IGNORE doesn't work as expected

mapstruct

Last synced: 07 Oct 2025

https://github.com/cepr0/crud-sb-demo

A simple CRUD example with Spring MVC and Spring Data JPA

bootstrap crud h2-database pagination spring-boot spring-data-jpa spring-mvc thymeleaf

Last synced: 10 Oct 2025

https://github.com/cepr0/sb-log4jdbc-cloud-demo

Issue with Spring Boot, log4jdbc and Spring Cloud

Last synced: 11 Oct 2025

https://github.com/cepr0/validation-example

REST Controller validation example

rest spring-boot validation

Last synced: 14 Oct 2025

https://github.com/cepr0/sb-db-sample

Last synced: 14 Oct 2025

https://github.com/cepr0/sb-cloud-stream-demo

A demonstration of using Spring Cloud Stream with RabbitMQ to transfer messages between micro-services

blog microservices optimistic-locking postgresql rabbitmq reactive spring-boot spring-cloud-stream spring-retry spring-webflux

Last synced: 12 Dec 2025

https://github.com/cepr0/spring-hello-world-demo

Spring 'hello world' example

Last synced: 25 Oct 2025

https://github.com/cepr0/distributor

Distributor class - can 'distribute' processing of the given objects to the related handlers

consumer functional java java-8

Last synced: 28 Oct 2025

https://github.com/cepr0/embeddable-demo

Example of Entity with Embeddable elements

Last synced: 08 Jul 2025

https://github.com/cepr0/sb-complex-dto-from-db-so

An example of how to transform result of joined query with Spring Data JPA.

hql jpql spring-data-jpa sql

Last synced: 17 Jun 2025

https://github.com/cepr0/dind-maven-java

Docker-in-Docker image with Maven and Java to use in CI/CD process

Last synced: 04 Jul 2025

https://github.com/cepr0/sb-log4jdbc-cloud-workaround-demo

A workaround for log4jdbc-spring-boot-starter and Spring Cloud in Spring Boot application

Last synced: 22 Jun 2025

https://github.com/cepr0/sb-aws-messages-demo

Spring Boot demo of working with Amazon SNS and SQS

Last synced: 24 Dec 2025

https://github.com/cepr0/hibernate-demo

Hibernate with JSON

Last synced: 24 Dec 2025

https://github.com/cepr0/enum-translating-issue

Possible bug when updating an enum set property with PATCH in Spring Data REST

Last synced: 24 Dec 2025

https://github.com/cepr0/view-demo

Mapping View to Entity example

Last synced: 24 Dec 2025

https://github.com/cepr0/sb-reactive-transaction-publishing-event-issue

Issue with the behavior of the 'event listener' methods when events are published within the transactional reactive methods in Spring Boot 2.2.0.M3

reactive spring spring-boot transactions

Last synced: 24 Dec 2025

https://github.com/cepr0/sb-webflux-demo

WebFlux demo

spring-webflux

Last synced: 01 Nov 2025

https://github.com/cepr0/sb-constraint-validator-injection-demo

Demo of the custom ConstraintValidator as a Spring Bean

bean constraint-validation injection spring spring-boot validation

Last synced: 25 Dec 2025

https://github.com/cepr0/sb-kotlin-webflux-demo

Kotlin and WebFlux demo

kotlin spring-webflux

Last synced: 25 Dec 2025

https://github.com/cepr0/insta-id-demo

Entity ID generation example in the style of Instagram

hibernate id-generation instagram jpa spring-data-jpa

Last synced: 25 Dec 2025

https://github.com/cepr0/sb-swagger-springfox-demo

Spring Boot demo project with Swagger documentation

api-docs spring-boot spring-mvc springfox-swagger-ui springfox-swagger2

Last synced: 25 Dec 2025

https://github.com/cepr0/sb-jpa-orderby-related

Sorting by the property of nested entity

Last synced: 25 Dec 2025

https://github.com/cepr0/func-interface-demo

Some example of using functional interfaces of Java8 with design patterns

design-patterns functional-interfaces java8

Last synced: 25 Dec 2025

https://github.com/cepr0/ehcache-demo

Last synced: 12 Aug 2025

https://github.com/cepr0/demo-jpa-rest

Last synced: 09 Aug 2025

https://github.com/cepr0/put-doesnt-work-in-sdr

Spring Data REST - PUT does not work since v.2.5.7-RELEASE

bug error rest spring-boot spring-data-rest

Last synced: 31 Aug 2025

https://github.com/cepr0/sb-sd-optimistic-lock-demo

An example of Optimistic locking with Spring Data JPA

hibernate optimistic-locking spring spring-boot spring-data-jpa

Last synced: 26 Dec 2025