Uses of Class
org.springframework.cloud.config.server.environment.JdbcEnvironmentProperties
-
Packages that use JdbcEnvironmentProperties Package Description org.springframework.cloud.config.server.environment -
-
Uses of JdbcEnvironmentProperties in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment with parameters of type JdbcEnvironmentProperties Modifier and Type Method Description JdbcEnvironmentRepositoryJdbcEnvironmentRepositoryFactory. build(JdbcEnvironmentProperties environmentProperties)Constructors in org.springframework.cloud.config.server.environment with parameters of type JdbcEnvironmentProperties Constructor Description JdbcEnvironmentRepository(org.springframework.jdbc.core.JdbcTemplate jdbc, JdbcEnvironmentProperties properties)Deprecated.JdbcEnvironmentRepository(org.springframework.jdbc.core.JdbcTemplate jdbc, JdbcEnvironmentProperties properties, JdbcEnvironmentRepository.PropertiesResultSetExtractor extractor)
-