You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
192 B
Plaintext

# Create a basic Spring Boot project and run it 🚀
spring init --dependencies=web sample-app.zip
unzip sample-app.zip -d sample-app && rm sample-app.zip
cd sample-app && mvn spring-boot:run