From 3100e90e3f6a3ac5466d0392afb9eda3f5d664ec Mon Sep 17 00:00:00 2001 From: kasunsiyambalapitiya Date: Wed, 6 Dec 2017 18:06:45 +0530 Subject: [PATCH] Fix Readme.md of spring-helloworld sample --- samples/spring-helloworld/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/spring-helloworld/README.md b/samples/spring-helloworld/README.md index 44d34c9cf..e8cb06ef2 100644 --- a/samples/spring-helloworld/README.md +++ b/samples/spring-helloworld/README.md @@ -121,7 +121,7 @@ public class TransportConfiguration { @Bean public HTTPTransportConfig http(){ - return new HTTPTransportConfig(6060); + return new HTTPTransportConfig(9090); } } @@ -139,7 +139,7 @@ Alternatively it’s possible to use one of the following approach to change the 3. Provide port number through application.properties file * Example: create a application.properties in the classpath and include http.port=9090 property. -Following are the list of configuration options supported by HTTPS transport. +Following are the list of configuration options supported by HTTP transport. Option | Description --- | --- | @@ -174,7 +174,7 @@ Option | Description enabled | Enable or disable the transport port | HTTP port host | Host to be bind with HTTP transport -keyStoreFile | Key store file to be used with HTTPS transport +keyStore | Key store file to be used with HTTPS transport keyStorePass | Key store password certPass | Certificate password