Class SpringModulithRuntimeProperties
java.lang.Object
org.springframework.modulith.runtime.autoconfigure.SpringModulithRuntimeProperties
@ConfigurationProperties("spring.modulith.runtime")
class SpringModulithRuntimeProperties
extends Object
Configuration properties for Spring modulith's runtime support.
- Since:
- 2.0
- Author:
- Oliver Drotbohm
-
Constructor Summary
ConstructorsConstructorDescriptionSpringModulithRuntimeProperties(boolean verificationEnabled, boolean flywayEnabled) -
Method Summary
-
Constructor Details
-
SpringModulithRuntimeProperties
@ConstructorBinding SpringModulithRuntimeProperties(@DefaultValue("false") boolean verificationEnabled, @DefaultValue("false") boolean flywayEnabled)
-
-
Method Details
-
isVerificationEnabled
public boolean isVerificationEnabled() -
isFlywayEnabled
public boolean isFlywayEnabled()
-