Uses of Annotation Interface
org.springframework.boot.context.properties.ConfigurationPropertiesSource
Packages that use ConfigurationPropertiesSource
Package
Description
Support for initialization of an SQL database using a JDBC
DataSource.Support for embedded web servers.
-
Uses of ConfigurationPropertiesSource in org.springframework.boot.jdbc.init
Classes in org.springframework.boot.jdbc.init with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassBase configuration properties class for performing SQL database initialization. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.web.server
Classes in org.springframework.boot.web.server with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassSimple server-independent abstraction for SSL configuration.