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

https://github.com/bdhmiloo/spring-boot-starter

Template for demo RESTful service API
https://github.com/bdhmiloo/spring-boot-starter

java-8 rest-api spring-boot

Last synced: about 2 months ago
JSON representation

Template for demo RESTful service API

Awesome Lists containing this project

README

          

# Getting Started

### Reference Documentation
For further reference, please consider the following sections:

* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.3/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.3/maven-plugin/reference/html/#build-image)
* [Spring Boot DevTools](https://docs.spring.io/spring-boot/docs/2.5.3/reference/htmlsingle/#using-boot-devtools)
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.3/reference/htmlsingle/#boot-features-developing-web-applications)

### Guides
The following guides illustrate how to use some features concretely:

* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)

### Run

MacOS/Linux:

./mvnw spring-boot:run

Windows:

mvnw spring-boot:run

### Swagger

* [API Docs V2](http://localhost:8080/v2/api-docs)
* [Swagger UI](http://localhost:8080/swagger-ui/index.html#/)