Skip to content

gateixeira/codespaces-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Codespaces ♥️ Spring Boot

Welcome to your shiny new Codespace running Spring Boot! We've got everything fired up and running for you to explore Spring Boot.

You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with the what you're seeing right now - where you go from here is up to you!

Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when you’re ready you can click "Publish Branch" and we’ll create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.

This project was bootstrapped for you with Spring Initializr.

Available Scripts

In the project directory, you can run:

mvn spring-boot:run

We've already run this for you in the Codespaces: server terminal window below. If you need to stop the server for any reason you can just run mvn spring-boot:run again to bring it back online.

Runs the app in the development mode.
Open http://localhost:8080 in the built-in Simple Browser (Cmd/Ctrl + Shift + P > Simple Browser: Show) to view your running application.

The page will reload automatically when you make changes.
You may also see any lint errors in the console.

mvn test

Launches the test runner.\

others

All default maven commands are available. You can run mvn in the terminal to see the full list.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages