Skip to content

Repository files navigation

springsample

A Spring Boot sample app to show github actions workflows.

Run locally with Gradle wrapper (Windows):

./gradlew.bat clean build
./gradlew.bat bootRun

Or on Unix/macOS:

./gradlew clean build
./gradlew bootRun

The app serves Hello World! at http://localhost:8080/.

About

spring sample project

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages