Categorygithub.com/cloudfoundry/spring-auto-reconfiguration-cnb

# README

spring-auto-reconfiguration-cnb

The Cloud Foundry Spring Auto-reconfiguration Buildpack provides Auto-reconfiguration functionality to Spring applications.

Behavior

The buildpack will participate if all of the following conditions are met

  • The application is a Java application
  • A spring-core JAR exists in the application
  • BP_AUTO_RECONFIGURATION is set to true (or unset)

The buildpack will do the following:

  • Contribute the Spring Auto-reconfiguration JAR and add it to the classpath

Configuration

Environment VariableDescription
$BP_AUTO_RECONFIGURATION_ENABLEDBoolean value indicating whether this buildpack should participate. Defaults to true.

Detail

  • Provides
    • auto-reconfiguration
  • Requires
    • auto-reconfiguration
    • jvm-application

License

This buildpack is released under version 2.0 of the Apache License.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author