Initialize Spring

#174
pull/181/head
Thomas Gotwig 2 years ago committed by GitHub
parent adfdf75cb7
commit 8dc59e822f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
# 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
Loading…
Cancel
Save