AS4 Microservices Installation auf Metall Beschreibung

Folgende Auflistung kann für das Installieren mit Jars verwendet werden:

java -jar as4-outbound-market-message-service.jar --spring.config.additional-location=classpath:./as4-outbound-market-message-service.properties --server.port=8081
java -jar as4-address-service*.jar --spring.config.additional-location=classpath:./as4-address-service.properties --server.port=8085
java -jar as4-receipt-service*.jar --spring.config.additional-location=classpath:./as4-receipt-service.properties --server.port=8095
java -jar as4-outbound-sender*.jar --spring.config.additional-location=classpath:./as4-outbound-sender.properties --server.port=8082
java -jar as4-inbound-endpoint*.jar --spring.config.additional-location=classpath:./as4-inbound-endpoint.properties --server.port=8083
java -jar as4-inbound-market-message*.jar --spring.config.additional-location=classpath:./as4-inbound-market-message-service.properties --server.port=8084
java -jar as4-message-service*.jar --spring.config.additional-location=classpath:./as4-message-service.properties --server.port=8086

Auch die anderen Microservices des AS4 Systems lassen sich analog verwenden.

View Me   Edit Me