https://github.com/benoitvallon/spring-contacts
Project to test Spring Boot
https://github.com/benoitvallon/spring-contacts
Last synced: 6 months ago
JSON representation
Project to test Spring Boot
- Host: GitHub
- URL: https://github.com/benoitvallon/spring-contacts
- Owner: benoitvallon
- Created: 2016-04-28T02:41:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T18:09:05.000Z (over 9 years ago)
- Last Synced: 2025-02-13T19:19:28.864Z (8 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring Contacts
This goal of this project is to test Spring Boot and see interesting things about it.
# More about Spring Boot
If you want to know more about Spring Boot, have a look at my blog. The post "Getting started with Spring Boot" is what you are looking for to understand Spring Boot in 5 minutes and generate your first Spring project easily.
# Run the project
## Install Spring Boot
To install Spring Boot:
```shell
brew tap pivotal/tap
brew install springboot
```## Install Maven
To install Maven:
```shell
brew install maven
```## Run the project
To run the project:
```
git clone https://github.com/benoitvallon/spring-contacts.git
cd spring-contacts
mvn spring-boot:run
```You can then go to [http://localhost:8080](http://localhost:8080)