Removed component
This commit is contained in:
@@ -9,14 +9,12 @@
|
|||||||
package org.eclipse.hawkbit.cache;
|
package org.eclipse.hawkbit.cache;
|
||||||
|
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
import org.springframework.stereotype.Component;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bean which holds the necessary properties for configuring the Redis
|
* Bean which holds the necessary properties for configuring the Redis
|
||||||
* connection.
|
* connection.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Component
|
|
||||||
@ConfigurationProperties("hawkbit.server.redis")
|
@ConfigurationProperties("hawkbit.server.redis")
|
||||||
public class RedisProperties {
|
public class RedisProperties {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user