Creation and Usage of BOM in Gradle

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pg-index-health-test-starter

    Discontinued Spring Boot Starter for pg-index-health

  • Creating a BOM in Gradle is quite simple: we need the java-platform plugin for this. In the dependenciessection, within the constraintsblock, list the required dependencies with specific versions, and we're done (the full example is here):

  • java-experiments

    Experiments with Java

  • In Gradle, to achieve this, we need to specify the allowDependencies option (the full example is here):

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • springdoc-openapi

    Library for OpenAPI 3 with spring-boot

  • The issue is that the springdoc-openapi BOM brings an old version of the Spring Framework 6.0, which is incompatible with Spring Boot 3.2. There are several ways to solve this problem: update springdoc, change the order of BOM imports, but the best, in my opinion, is to avoid using the io.spring.dependency-management plugin.

  • spring-boot-open-telemetry-demo

    Spring Boot Open Telemetry Demo

  • Example application for experimentation can be found here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setting up swagger

    1 project | /r/SpringBoot | 25 Jun 2023
  • Pulling out OpenAPI 3.0 Specifications from SpringBoot

    1 project | /r/SpringBoot | 11 Jul 2022
  • Eureka Service Registration and Discovery

    1 project | /r/SpringBoot | 15 Jun 2022
  • Clean way to add Swagger/OpenAPI docs to a project

    1 project | /r/springsource | 30 Mar 2022
  • how do i generate a swagger and ymal file based on the rest api end point ?

    1 project | /r/learnprogramming | 15 Mar 2022