File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ To run the sample, you will need to do the following:
22221 . Update packages and install required packages
2323 sudo apt-get update && sudo apt-get install git-core openjdk-8-jdk maven
24241 . Clone the repo
25- git clone https://github.com/shun-fan/test-compute-sendgrid .git
25+ git clone https://github.com/GoogleCloudPlatform/java-docs-samples .git
26261 . Configure your SendGrid settings in the java class (SENDGRID_API_KEY, SENDGRID_SENDER, TO_EMAIL)
27- . /sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
27+ java-docs-samples/compute /sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
28281 . Navigate back to ./sendgrid and use maven to package the class as a jar
2929 mvn clean package
30301 . Switch to the target directory with the jar file and enable execution on that file
You can’t perform that action at this time.
0 commit comments