Fixed property bean setup

This commit is contained in:
Kai Zimmermann
2016-02-25 20:36:17 +01:00
parent 3eaab83014
commit 7692a29918
9 changed files with 18 additions and 25 deletions

View File

@@ -9,13 +9,11 @@
package org.eclipse.hawkbit;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* Properties for the server e.g. the server's URL which must be configured.
*
*/
@Component
@ConfigurationProperties("hawkbit.server")
public class HawkbitServerProperties {
/**
@@ -31,7 +29,7 @@ public class HawkbitServerProperties {
}
/**
* Build information of the hawkBit instance. Influeneced by maven.
* Build information of the hawkBit instance. Influenced by maven.
*
*/
public static class Build {