-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50ca8b2
commit f67a050
Showing
9 changed files
with
74 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ buildNumber.properties | |
.mvn | ||
/logs/ | ||
/RasPiProducer-tcphuehnerstall1883/ | ||
/EclipseProducer-tcphuehnerstall1883/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 47 additions & 39 deletions
86
src/main/resources/META-INF/additional-spring-configuration-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,47 @@ | ||
{ | ||
"properties": [ | ||
{ | ||
"name": "messengerservice.enabled", | ||
"type": "java.lang.String", | ||
"description": "Send messages by messenger or not." | ||
}, | ||
{ | ||
"name": "messengerservice.channel", | ||
"type": "java.lang.String", | ||
"description": "Name of the Slack channel to publish the messages" | ||
}, | ||
{ | ||
"name": "messengerservice.token", | ||
"type": "java.lang.String", | ||
"description": "The security token to use Slack" | ||
}, | ||
{ | ||
"name": "schedulerservice.observer.cron", | ||
"type": "java.lang.String", | ||
"description": "Cron expression for scale observer" | ||
}, | ||
{ | ||
"name": "schedulerservice.tare.cron", | ||
"type": "java.lang.String", | ||
"description": "Cron expression when to tare the scale" | ||
}, | ||
{ | ||
"name": "mqtt.user", | ||
"type": "java.lang.String", | ||
"description": "User id of the mqtt service" | ||
}, | ||
{ | ||
"name": "mqtt.password", | ||
"type": "java.lang.String", | ||
"description": "Password of the mqtt service" | ||
} | ||
] | ||
} | ||
{"properties": [ | ||
{ | ||
"name": "messengerservice.enabled", | ||
"type": "java.lang.String", | ||
"description": "Send messages by messenger or not." | ||
}, | ||
{ | ||
"name": "messengerservice.channel", | ||
"type": "java.lang.String", | ||
"description": "Name of the Slack channel to publish the messages" | ||
}, | ||
{ | ||
"name": "messengerservice.token", | ||
"type": "java.lang.String", | ||
"description": "The security token to use Slack" | ||
}, | ||
{ | ||
"name": "schedulerservice.observer.cron", | ||
"type": "java.lang.String", | ||
"description": "Cron expression for scale observer" | ||
}, | ||
{ | ||
"name": "schedulerservice.tare.cron", | ||
"type": "java.lang.String", | ||
"description": "Cron expression when to tare the scale" | ||
}, | ||
{ | ||
"name": "mqtt.user", | ||
"type": "java.lang.String", | ||
"description": "User id of the mqtt service" | ||
}, | ||
{ | ||
"name": "mqtt.password", | ||
"type": "java.lang.String", | ||
"description": "Password of the mqtt service" | ||
}, | ||
{ | ||
"name": "mqtt.clientId.producer", | ||
"type": "java.lang.String", | ||
"description": "Client id of the producer of mqtt events" | ||
}, | ||
{ | ||
"name": "mqtt.clientId.consumer", | ||
"type": "java.lang.String", | ||
"description": "Client id of the consumer of mqtt events" | ||
} | ||
]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters