Removed component

This commit is contained in:
Kai Zimmermann
2016-03-02 12:57:51 +01:00
parent 22f94da9eb
commit fbff46c7bd

View File

@@ -9,14 +9,12 @@
package org.eclipse.hawkbit.cache;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* Bean which holds the necessary properties for configuring the Redis
* connection.
*
*/
@Component
@ConfigurationProperties("hawkbit.server.redis")
public class RedisProperties {