update web.sh and README
This commit is contained in:
@@ -20,7 +20,8 @@ while getopts ":s:f:c:p:" opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
java -jar ../spring-cloud-function-samples/spring-cloud-function-sample-bytecode/target/function-sample-bytecode-1.0.0.BUILD-SNAPSHOT.jar \
|
||||
--function.type=$TYPE \
|
||||
--function.resource=file:///tmp/function-registry/$TYPE's'/$FUNC.fun \
|
||||
--server.port=$PORT
|
||||
java -jar ../spring-cloud-function-samples/spring-cloud-function-sample-compiler/target/function-sample-compiler-1.0.0.BUILD-SNAPSHOT.jar\
|
||||
--spring.cloud.function.proxy.$FUNC.type=$TYPE\
|
||||
--spring.cloud.function.proxy.$FUNC.resource=file:///tmp/function-registry/$TYPE's'/$FUNC.fun\
|
||||
--management.security.enabled=false\
|
||||
--server.port=$PORT
|
||||
|
||||
Reference in New Issue
Block a user