About 316,000 results
Open links in new tab
  1. Spring actuator SanitizingFunction bean is not used

    Jan 22, 2025 · Spring boot version 2.7.3 I need to mask all the fields containing ' uri ' string in actuator/env response. According to documentation: To take control over the sanitization, …

  2. How do I change log level in runtime without restarting Spring …

    Nov 21, 2015 · 64 I have deployed a Spring Boot application in PCF. I want to log the message based on the environment variable. What should I do so that the run time log level change will …

  3. How to Get All Endpoints List After Startup, Spring Boot

    Dec 4, 2024 · I have a rest service written with spring boot. I want to get all the endpoints after start up. How can i achieve that? Purpose of this, I want to save all endpoints to a db after …

  4. How to do a health check of a Spring Boot application running in a ...

    Bear in mind that the Spring Boot Actuator healthcheck can/might be configured (via management.endpoint.health.show-details property) to return full details of health of certain …

  5. How to shutdown a Spring Boot Application in a correct way?

    Oct 24, 2014 · 174 In the Spring Boot Document, they said that 'Each SpringApplication will register a shutdown hook with the JVM to ensure that the ApplicationContext is closed …

  6. How to enable all endpoints in actuator (Spring Boot 2.0.0 RC1)

    Feb 21, 2018 · With Spring Boot 2.0.0.RC 1, actuator endpoints must be 1) enabled and 2) exposed. By default, all endpoints but shutdown are enabled and only health and info are …

  7. How to add a custom health check in spring boot health?

    Jun 30, 2017 · 9 Spring Boot 2.X has significantly changed actuator. A new, better mechanism to extend existing endpoints is enabled via @EndpointWebExtension. That being said, health …

  8. Security configuration for Actuator Spring Boot - Stack Overflow

    Oct 30, 2023 · Recently I updated Spring Boot version from 2.5.2 to 3.1.5 , and previously i had this Security configuration @Bean public SecurityFilterChain securityFilterChain(HttpSecurity …

  9. spring actuator/health access denied after upgrading spring boot …

    Apr 16, 2025 · 1 I was updating current spring boot application version to spring boot 3, 3.4.4 to be precise, after updating the dependencies and checking out rest endpoints everything …

  10. Springboot Actuator Refresh does not reload @Value properties in ...

    Apr 8, 2022 · And once you refresh, try to rebind immediately by calling the POST endpoint http://localhost:8080/actuator/env This worked on a spring boot I tried and it reloads the values …