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
- Host: GitHub
- URL: https://github.com/bdhmiloo/spring-boot-starter
- Owner: bdhmiloo
- License: mit
- Created: 2021-08-10T14:40:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T06:00:13.000Z (over 1 year ago)
- Last Synced: 2025-02-10T07:19:52.394Z (over 1 year ago)
- Topics: java-8, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#/)