updating readme

This commit is contained in:
Deepankar Dixit
2022-05-05 10:55:24 -04:00
committed by Oleg Zhurakousky
parent cc020093b9
commit 3ecd653baf
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ You should see the JAR to deploy in the `target/deploy` directory.
---- ----
gcloud functions deploy function-sample-gcp-background \ gcloud functions deploy function-sample-gcp-background \
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \ --entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
--runtime java11 \ --runtime java17 \
--trigger-topic my-functions-topic \ --trigger-topic my-functions-topic \
--source target/deploy \ --source target/deploy \
--memory 512MB --memory 512MB

View File

@@ -33,7 +33,7 @@ Run the following command from the project root to deploy.
---- ----
gcloud functions deploy function-sample-gcp-http \ gcloud functions deploy function-sample-gcp-http \
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \ --entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
--runtime java11 \ --runtime java17 \
--trigger-http \ --trigger-http \
--source target/deploy \ --source target/deploy \
--memory 512MB --memory 512MB