Javi

AWS: Petclinic user data

Nov 21st, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. sudo apt update
  4. sudo apt install openjdk-21-jdk-headless -y
  5. wget https://github.com/ciberado/petclinic-terraform-workshop/releases/download/binary-3.3.0/spring-petclinic-3.3.0-SNAPSHOT.jar
  6. java -jar spring-petclinic-3.3.0-SNAPSHOT.jar
Advertisement
Add Comment
Please, Sign In to add comment