Skip to content

andbin.dev

My technical blog on software development

  • Home
  • About
  • Contact
  • Resources
andbin.dev
My technical blog on software development

Month: May 2023

Java / Spring Boot

Spring Boot: configuring data size values

Byandbin May 22, 2023May 27, 2023

In Spring Boot applications, it’s not uncommon to configure a value representing a size in bytes, for example, a buffer size, a file size limit, etc. In this article, I will describe how to use the DataSize class provided by Spring Framework to configure and handle data size values.

Read More Spring Boot: configuring data size values

Java / Spring Boot

Spring Boot: custom “info” contributors for Actuator

Byandbin May 1, 2023May 21, 2023

In the previous article Spring Boot: configuring the Actuator “info” endpoint, I explained some fundamental concepts about configuring and using the “info” endpoint provided by Spring Boot Actuator. In this article, it’s time to see how to implement custom info contributors.

Read More Spring Boot: custom “info” contributors for Actuator

Recent Posts

  • Why some collections cannot be heterogeneous
  • Spring Boot: configuring data size values
  • Spring Boot: custom “info” contributors for Actuator
  • Getting started with the logback logging library
  • Spring Boot: configuring the Actuator “info” endpoint

Archives

  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • October 2022
  • September 2022
  • August 2022
  • July 2022

Categories

  • General
  • Java
  • Java / Spring Boot

Except where otherwise noted, all content on this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons Attribution-ShareAlike Logo

Privacy/Cookie Policy

© 2023 andbin.dev - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • About
  • Contact
  • Resources