An open API service indexing awesome lists of open source software.

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

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)