Giter Club home page Giter Club logo

my-spring-boot-experiments's Introduction

Open in Gitpod

License: MIT

spring boot integration experiments

The following table list all sample codes related to the spring boot integrations.

Name Description Status
Ultimate Redis Implementation The application, discovers ways of interacting with Redis with different TTLs for different Caches Completed
Connecting to multiple data sources The application, demonstrates the way spring boot application connects with multiple databases,connection pooling and both type of database migrations (liquibase and flyway) Completed
Implementation of Strategy Design Pattern The application, demonstrates strategy pattern in spring application and build native image using GraalVM, use a main class to start up the application and builds nativeImage Completed
Archunit Implementation The application, demonstrates how to apply arch unit rules to the spring boot project Completed
Hibernate Envers Implementation using spring data JPA The application, demonstrates how to apply hibernate envers to the spring boot project, monitor the system and alert when CPU usage is high or when system is down Completed
Graph QL implementation using webflux The application, demonstrates the way to connect to database using graph ql using webflux Completed
Hibernate 2nd Level Cache Using Redis The application, demonstrates how to apply Hibernate 2nd level cache using redis in a spring boot project , testing using QueryCounting, implemented hypersistence Repository instead of default JPARepository Completed
Read Replica Postgres The application, demonstrates saving the data in Postgresql and then read from replica instance Completed
BackgroundJobs and Scheduling using Jobrunr The application, demonstrates running background jobs and scheduling the tasks using Jobrunr Completed
MultiTenancy DB Based The application, demonstrates running multi tenancy in JPA using different databases but same DDLs and DMLs Completed
MultiTenancy Partition Based The application, demonstrates running multi tenancy in JPA using partition based i.e Shared Database with Shared table Completed
MultiTenancy Schema Based The application, demonstrates running multi tenancy in JPA using schema based i.e Shared Database with Separate Schema Completed
MultiTenancy with multipledatsources The application, demonstrates running multi tenancy in JPA using all strategies using multidatasources Completed
mongodb-elasticsearch-integration The application, demonstrates saving the data in MongoDb and then searching in ElasticSearch for quick Search, GeoSpatial Search WIP
spring-boot-graphql-querydsl The application, demonstrates the way to connect to database using graph ql and querydsl WIP
spring-boot-graphql-webmvc The application, demonstrates how to apply graphql concepts to the spring boot project WIP
Choas Engineering Principles The application, demonstrates how to apply choas engineering concepts to the spring boot project, test using Gatling to demonstrate the difference WIP
Feature Toggles The application, demonstrates how to apply feature toggles concepts to the spring boot project WIP
Rabbit Mq Implementation The application, demonstrates how rabbitmq works with producer side acknowledgement Completed
Spring Batch Implementation The application, demonstrates implementing Spring Batch 5 using simple config and creating batch tables using liquibase Completed
Rest API Documentation with examples This application, demonstrates ability to generate pdf API documentation using spring rest docs Completed

For More info about this repository, Please visit here

Tech Stack

Repo is built on the following main stack:

Full tech stack here

Useful Docker Commands

Start postgres and pgadmin

docker compose up postgres pgadmin4

Clean up everything using

docker system prune -a -f --volumes

Claim unused volumes

docker volume prune

Running container

docker container ls

Useful git Commands

How to overwrite local changes with git pull

Stash local changes:

$ git stash

Pull changes from remote:

$ git pull

How to revert the changes that are pushed to remove

$ git revert $hash

my-spring-boot-experiments's People

Contributors

chennuruakhil avatar dependabot[bot] avatar mounikachindam avatar rajadileepkolli avatar rajadilipkolli avatar renovate-bot avatar renovate[bot] avatar stack-file[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

my-spring-boot-experiments's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

circleci
.circleci/config.yml
  • cimg/openjdk 21.0.2
devcontainer
.devcontainer/devcontainer.json
  • mcr.microsoft.com/devcontainers/java 21
  • ghcr.io/devcontainers/features/java 1
  • ghcr.io/devcontainers/features/node 1
  • ghcr.io/devcontainers/features/docker-from-docker 1
  • ghcr.io/devcontainers/features/git 1
docker-compose
batch-boot-jpa-sample/docker/docker-compose-app.yml
batch-boot-jpa-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
boot-api-archunit-sample/docker/docker-compose-app.yml
boot-api-archunit-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
boot-choas-monkey/docker/docker-compose-app.yml
boot-choas-monkey/docker/docker-compose.yml
  • postgres 16.4-alpine
boot-grafana-lgtm/docker/docker-compose.yml
  • grafana/otel-lgtm 0.7.1
  • prom/prometheus v2.54.0
boot-mongodb-elasticsearch/docker/docker-compose-app.yml
boot-mongodb-elasticsearch/docker/docker-compose-cluster.yml
  • mongo 6.0.16
  • mongo 6.0.16
  • mongo 6.0.16
  • docker.elastic.co/elasticsearch/elasticsearch 8.15.0
  • docker.elastic.co/kibana/kibana 8.15.0
boot-mongodb-elasticsearch/docker/docker-compose.yml
  • mongo 7.0.12
  • docker.elastic.co/elasticsearch/elasticsearch 8.15.0
  • docker.elastic.co/kibana/kibana 8.15.0
boot-opensearch-sample/docker/docker-compose-app.yml
boot-opensearch-sample/docker/docker-compose.yml
  • opensearchproject/opensearch 2.16.0
  • opensearchproject/opensearch-dashboards 2.16.0
boot-rabbitmq-thymeleaf/docker-compose.yml
  • rabbitmq 3.13.6-management
boot-rest-docs-sample/docker/docker-compose-app.yml
boot-rest-docs-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
boot-strategy-plugin/docker-compose-app.yml
boot-strategy-plugin/docker-compose.yml
  • grafana/tempo 2.5.0
  • grafana/loki 3.1.1
  • prom/prometheus v2.54.0
  • grafana/grafana 11.1.4
boot-togglz-sample/docker/docker-compose-app.yml
boot-togglz-sample/docker/docker-compose.yml
  • mysql 9.0
boot-ultimate-redis/docker-compose.yml
  • redis 7.4.0-alpine
docker-compose.yml
  • mcr.microsoft.com/mssql/server 2022-latest
  • mysql 9.0
  • postgres 16.4-alpine
  • redis 7.4.0-alpine
  • mongo 7.0.12
graphql/boot-graphql-querydsl/docker/docker-compose-app.yml
graphql/boot-graphql-querydsl/docker/docker-compose.yml
  • postgres 16.4-alpine
graphql/boot-graphql-webflux/docker/docker-compose-app.yml
graphql/boot-graphql-webflux/docker/docker-compose.yml
  • postgres 16.4-alpine
graphql/boot-graphql-webmvc/docker/docker-compose-app.yml
graphql/boot-graphql-webmvc/docker/docker-compose-monitoring.yml
  • grafana/grafana 11.1.4
  • prom/prometheus v2.54.0
graphql/boot-graphql-webmvc/docker/docker-compose.yml
  • postgres 16.4-alpine
httpClients/boot-http-proxy/docker/docker-compose-app.yml
httpClients/boot-http-proxy/docker/docker-compose.yml
  • postgres 16.4-alpine
httpClients/boot-rest-template/docker/docker-compose-app.yml
httpClients/boot-rest-template/docker/docker-compose.yml
  • postgres 16.4-alpine
httpClients/boot-web-client-mvc/docker/docker-compose-app.yml
httpClients/boot-web-client-mvc/docker/docker-compose.yml
  • postgres 16.4-alpine
httpClients/boot-web-client-webflux/docker/docker-compose-app.yml
httpClients/boot-web-client-webflux/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/boot-data-customsequence/docker/docker-compose-app.yml
jpa/boot-data-customsequence/docker/docker-compose.yml
  • mariadb 11.5
jpa/boot-data-envers/docker/docker-compose-app.yml
jpa/boot-data-envers/docker/docker-compose-monitoring.yml
  • grafana/grafana 11.1.4
  • prom/prometheus v2.54.0
  • prom/alertmanager v0.27.0
jpa/boot-data-envers/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/boot-data-keyset-pagination/docker/docker-compose-app.yml
jpa/boot-data-keyset-pagination/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/boot-data-multipledatasources/docker-compose.yml
  • postgres 16.4-alpine
  • mysql 9.0
jpa/boot-hibernate2ndlevelcache-sample/docker/docker-compose-app.yml
jpa/boot-hibernate2ndlevelcache-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
  • redis 7.4.0-alpine
jpa/boot-jndi-sample/docker/docker-compose-app.yml
jpa/boot-jndi-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/boot-jpa-locks/docker/docker-compose-app.yml
jpa/boot-jpa-locks/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/boot-read-replica-postgresql/docker-compose.yaml
jpa/multitenancy/multidatasource-multitenancy/docker/docker-compose-app.yml
jpa/multitenancy/multidatasource-multitenancy/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/multitenancy/multitenancy-db/docker/docker-compose-app.yml
jpa/multitenancy/multitenancy-db/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/multitenancy/partition/docker/docker-compose-app.yml
jpa/multitenancy/partition/docker/docker-compose.yml
  • postgres 16.4-alpine
jpa/multitenancy/schema/docker/docker-compose-app.yml
jpa/multitenancy/schema/docker/docker-compose.yml
  • postgres 16.4-alpine
r2dbc/boot-jooq-r2dbc-sample/docker/docker-compose-app.yml
r2dbc/boot-jooq-r2dbc-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
r2dbc/boot-r2dbc-sample/docker/docker-compose-app.yml
r2dbc/boot-r2dbc-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
scheduler/boot-jobrunr-sample/docker/docker-compose-app.yml
scheduler/boot-jobrunr-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
scheduler/boot-scheduler-quartz/docker/docker-compose-app.yml
scheduler/boot-scheduler-quartz/docker/docker-compose.yml
  • postgres 16.4-alpine
scheduler/boot-shedlock-sample/docker/docker-compose-app.yml
scheduler/boot-shedlock-sample/docker/docker-compose.yml
  • postgres 16.4-alpine
dockerfile
.gitpod.Dockerfile
batch-boot-jpa-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
boot-api-archunit-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
boot-choas-monkey/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
boot-mongodb-elasticsearch/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
boot-opensearch-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
boot-rest-docs-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
boot-togglz-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
graphql/boot-graphql-querydsl/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
graphql/boot-graphql-webflux/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
graphql/boot-graphql-webmvc/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
httpClients/boot-http-proxy/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
httpClients/boot-rest-template/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
httpClients/boot-web-client-mvc/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
httpClients/boot-web-client-webflux/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/boot-data-customsequence/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/boot-data-envers/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/boot-data-keyset-pagination/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/boot-hibernate2ndlevelcache-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/boot-jndi-sample/Dockerfile
  • eclipse-temurin 17.0.12_7-jre-focal
  • eclipse-temurin 17.0.12_7-jre-focal
jpa/boot-jpa-locks/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/multitenancy/multidatasource-multitenancy/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/multitenancy/multitenancy-db/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/multitenancy/partition/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
jpa/multitenancy/schema/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
r2dbc/boot-jooq-r2dbc-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
r2dbc/boot-r2dbc-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
scheduler/boot-jobrunr-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
scheduler/boot-scheduler-quartz/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
scheduler/boot-shedlock-sample/Dockerfile
  • eclipse-temurin 21.0.4_7-jre-alpine
  • eclipse-temurin 21.0.4_7-jre-alpine
github-actions
.github/workflows/batch-boot-jpa-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-api-archunit-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-choas-monkey.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-data-multipledatasources.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-grafana-lgtm.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-jooq-r2dbc-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-jpa-hibernate2ndlevelcache-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-jpa-jndi-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-jpa-keyset-pagination.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-mongodb-elasticsearch.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-opensearch-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-rabbitmq-thymeleaf.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-rest-docs-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-strategy-plugin.yml
  • actions/checkout v4
  • graalvm/setup-graalvm v1
  • anchore/scan-action v4
  • docker/login-action 9780b0c442fbb1117ed29e0efdff1e18412f7567
.github/workflows/boot-togglz-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/boot-ultimate-redis.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/graphql-boot-querydsl.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/graphql-boot-webflux.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/graphql-boot-webmvc.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/httpClients-boot-http-proxy.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/httpClients-boot-rest-template.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/httpClients-boot-restClient.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/httpClients-boot-web-client-webflux.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/httpClients-boot-web-client-webmvc.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-boot-data-custom-sequences.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-boot-data-envers.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-boot-locks.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-boot-read-replica-postgresql.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-multidatasource-multitenancy.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-multitenancy-db.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-multitenancy-partition.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/jpa-multitenancy-schema.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/label.yml
  • actions/labeler v5
.github/workflows/open-api-spring-boot.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/r2dbc-boot-sample.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/scheduler-boot-jobrunr.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/scheduler-boot-quartz.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
.github/workflows/scheduler-boot-shedlock.yml
  • actions/checkout v4
  • actions/setup-java v4.2.2
batch-boot-jpa-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
boot-api-archunit-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
boot-choas-monkey/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
boot-mongodb-elasticsearch/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
boot-opensearch-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
boot-rest-docs-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
boot-togglz-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
graphql/boot-graphql-querydsl/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
graphql/boot-graphql-webflux/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
graphql/boot-graphql-webmvc/.github/workflows/maven-dev.yml
  • actions/checkout v4
  • actions/setup-java v4
graphql/boot-graphql-webmvc/.github/workflows/maven-master.yml
  • actions/checkout v4
  • actions/setup-java v4
httpClients/boot-http-proxy/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
httpClients/boot-rest-template/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
httpClients/boot-web-client-mvc/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
httpClients/boot-web-client-webflux/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/boot-data-customsequence/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/boot-data-keyset-pagination/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/boot-hibernate2ndlevelcache-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/boot-jndi-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/boot-jpa-locks/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/multitenancy/multidatasource-multitenancy/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/multitenancy/multitenancy-db/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/multitenancy/partition/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
jpa/multitenancy/schema/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
r2dbc/boot-jooq-r2dbc-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
r2dbc/boot-r2dbc-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
scheduler/boot-jobrunr-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
scheduler/boot-scheduler-quartz/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
scheduler/boot-shedlock-sample/.github/workflows/maven.yml
  • actions/checkout v4
  • actions/setup-java v4
gradle
boot-strategy-plugin/gradle.properties
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
boot-strategy-plugin/settings.gradle
boot-strategy-plugin/build.gradle
  • org.springframework.boot 3.3.2
  • io.spring.dependency-management 1.1.6
  • org.graalvm.buildtools.native 0.10.2
  • org.springframework.plugin:spring-plugin-core 3.0.0
  • org.springframework.plugin:spring-plugin-metadata 3.0.0
  • com.github.loki4j:loki-logback-appender 1.5.2
gradle-wrapper
boot-strategy-plugin/gradle/wrapper/gradle-wrapper.properties
  • gradle 8.10
maven
batch-boot-jpa-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.instancio:instancio-core 5.0.1
  • org.instancio:instancio-junit 5.0.1
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
boot-api-archunit-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • com.tngtech.archunit:archunit-junit5 1.3.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
boot-choas-monkey/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • de.codecentric:chaos-monkey-spring-boot 3.1.0
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • io.gatling.highcharts:gatling-charts-highcharts 3.11.5
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
  • io.gatling:gatling-maven-plugin 4.9.6
boot-grafana-lgtm/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.testcontainers:grafana 1.20.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
boot-mongodb-elasticsearch/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webflux-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
boot-opensearch-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.opensearch.client:spring-data-opensearch-starter 1.5.1
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.opensearch.client:spring-data-opensearch-test-autoconfigure 1.5.1
  • org.opensearch:opensearch-testcontainers 2.1.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
boot-rabbitmq-thymeleaf/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.webjars:bootstrap 5.3.3
  • org.webjars:jquery 3.7.1
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
boot-rest-docs-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.asciidoctor:asciidoctor-maven-plugin 3.0.0
  • org.asciidoctor:asciidoctorj-pdf 2.3.18
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
boot-togglz-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.togglz:togglz-spring-boot-starter 4.4.0
  • org.togglz:togglz-console 4.4.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
boot-ultimate-redis/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.4.0-M1
  • commons-io:commons-io 2.16.1
  • com.redis:testcontainers-redis 2.2.2
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
graphql/boot-graphql-querydsl/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • net.ttddyy:datasource-proxy 1.10
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.mapstruct:mapstruct 1.6.0
  • com.querydsl:querydsl-jpa-codegen 5.1.0
  • com.querydsl:querydsl-jpa 5.1.0
  • org.mapstruct:mapstruct-processor 1.6.0
  • com.querydsl:querydsl-apt 5.1.0
  • jakarta.persistence:jakarta.persistence-api 3.2.0
  • jakarta.annotation:jakarta.annotation-api 3.0.0
  • org.projectlombok:lombok-mapstruct-binding 0.2.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
graphql/boot-graphql-webflux/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webflux-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
graphql/boot-graphql-webmvc/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • com.graphql-java:graphql-java-extended-scalars 21.0
  • org.mapstruct:mapstruct 1.6.0
  • org.mapstruct.extensions.spring:mapstruct-spring-annotations 1.1.1
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.mapstruct:mapstruct-processor 1.6.0
  • org.mapstruct.extensions.spring:mapstruct-spring-extensions 1.1.1
  • org.projectlombok:lombok-mapstruct-binding 0.2.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
httpClients/boot-http-proxy/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.zalando:logbook-spring-boot-starter 3.9.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
httpClients/boot-rest-template/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
httpClients/boot-restclient/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
httpClients/boot-web-client-mvc/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
httpClients/boot-web-client-webflux/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.mapstruct:mapstruct 1.6.0
  • org.springdoc:springdoc-openapi-starter-webflux-ui 2.6.0
  • org.wiremock:wiremock-standalone 3.9.1
  • org.mapstruct:mapstruct-processor 1.6.0
  • org.projectlombok:lombok-mapstruct-binding 0.2.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jmh-benchmark/pom.xml
  • org.openjdk.jmh:jmh-core 1.37
  • org.openjdk.jmh:jmh-generator-annprocess 1.37
jpa/boot-data-customsequence/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter 1.9.1
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/boot-data-envers/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • net.ttddyy:datasource-proxy 1.10
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/boot-data-keyset-pagination/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • com.blazebit:blaze-persistence-integration-hibernate-6.2 1.6.12
  • com.blazebit:blaze-persistence-integration-spring-data-3.3 1.6.12
  • com.blazebit:blaze-persistence-integration-spring-data-webmvc-jakarta 1.6.12
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/boot-data-multipledatasources/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
jpa/boot-hibernate2ndlevelcache-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.4.0-M1
  • org.mapstruct:mapstruct 1.6.0
  • org.redisson:redisson-hibernate-6 3.34.1
  • io.hypersistence:hypersistence-utils-hibernate-63 3.8.2
  • net.ttddyy:datasource-proxy 1.10
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • commons-io:commons-io 2.16.1
  • com.redis:testcontainers-redis 2.2.2
  • org.mapstruct:mapstruct-processor 1.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/boot-jndi-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/boot-jpa-locks/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.mapstruct:mapstruct 1.6.0
  • net.ttddyy:datasource-proxy 1.10
  • org.mapstruct:mapstruct-processor 1.6.0
  • org.projectlombok:lombok-mapstruct-binding 0.2.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/boot-read-replica-postgresql/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
jpa/multitenancy/multidatasource-multitenancy/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • com.oracle.database.jdbc:ojdbc11 23.5.0.24.07
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/multitenancy/multitenancy-db/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/multitenancy/partition/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
jpa/multitenancy/schema/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.mapstruct:mapstruct 1.6.0
  • org.mapstruct:mapstruct-processor 1.6.0
  • org.projectlombok:lombok-mapstruct-binding 0.2.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
open-api-spring-boot/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.openapitools:openapi-generator 7.8.0
  • com.google.code.findbugs:jsr305 3.0.2
  • org.openapitools:jackson-databind-nullable 0.2.6
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • jakarta.xml.bind:jakarta.xml.bind-api 2.3.3
  • org.glassfish.jaxb:jaxb-runtime 2.3.9
  • org.springframework.cloud:spring-cloud-dependencies 2023.0.3
  • org.openapitools:openapi-generator-maven-plugin 7.8.0
pom.xml
  • org.jacoco:jacoco-maven-plugin 0.8.12
r2dbc/boot-jooq-r2dbc-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webflux-ui 2.6.0
  • org.testcontainers:testcontainers-jooq-codegen-maven-plugin 0.0.4
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
r2dbc/boot-r2dbc-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webflux-ui 2.6.0
  • org.mapstruct:mapstruct 1.6.0
  • org.mapstruct:mapstruct-processor 1.6.0
  • org.projectlombok:lombok-mapstruct-binding 0.2.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
scheduler/boot-jobrunr-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.jobrunr:jobrunr-spring-boot-3-starter 7.2.3
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
scheduler/boot-scheduler-quartz/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
scheduler/boot-shedlock-sample/pom.xml
  • org.springframework.boot:spring-boot-starter-parent 3.3.2
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0
  • net.javacrumbs.shedlock:shedlock-spring 5.15.0
  • net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.15.0
  • org.codehaus.mojo:properties-maven-plugin 1.2.1
  • com.diffplug.spotless:spotless-maven-plugin 2.43.0
  • org.jacoco:jacoco-maven-plugin 0.8.12
  • org.owasp:dependency-check-maven 10.0.3
  • org.sonarsource.scanner.maven:sonar-maven-plugin 4.0.0.4121
maven-wrapper
.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
batch-boot-jpa-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-api-archunit-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-choas-monkey/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-grafana-lgtm/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-mongodb-elasticsearch/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-opensearch-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-rabbitmq-thymeleaf/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-rest-docs-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-togglz-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
boot-ultimate-redis/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
graphql/boot-graphql-querydsl/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
graphql/boot-graphql-webflux/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
graphql/boot-graphql-webmvc/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
httpClients/boot-http-proxy/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
httpClients/boot-rest-template/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
httpClients/boot-restclient/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
httpClients/boot-web-client-mvc/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
httpClients/boot-web-client-webflux/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jmh-benchmark/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-data-customsequence/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-data-envers/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-data-keyset-pagination/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-data-multipledatasources/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-hibernate2ndlevelcache-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-jndi-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-jpa-locks/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/boot-read-replica-postgresql/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/multitenancy/multidatasource-multitenancy/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/multitenancy/multitenancy-db/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/multitenancy/partition/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
jpa/multitenancy/schema/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
open-api-spring-boot/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
r2dbc/boot-jooq-r2dbc-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
r2dbc/boot-r2dbc-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
scheduler/boot-jobrunr-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
scheduler/boot-scheduler-quartz/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9
scheduler/boot-shedlock-sample/.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.9

  • Check this box to trigger a request for Renovate to run again on this repository

add keygenerator to rediscache

  • Add key generator which excludes a param name
  • Add service calls to use this
  • Add another method in customkey which only has one parameter names relevant key and update the key.
  • Add spring data redis sample

Explore topics

Remove jvm.config

jvm.config was added initially for supporting Java 17, initially it was added to support tools and 3rd party jars.

As they are caught up, we should remove it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.