https://github.com/souraevshing/spring-restapi-railway-app
Spring rest api developed using spring boot.
https://github.com/souraevshing/spring-restapi-railway-app
actuators restapi springboot swagger-ui
Last synced: 9 months ago
JSON representation
Spring rest api developed using spring boot.
- Host: GitHub
- URL: https://github.com/souraevshing/spring-restapi-railway-app
- Owner: Souraevshing
- Created: 2023-09-23T15:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T08:42:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T08:55:28.181Z (over 1 year ago)
- Topics: actuators, restapi, springboot, swagger-ui
- Language: Java
- Homepage: https://spring-restapi-app.up.railway.app/swagger-ui.html
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring RESTApi
### Using Spring Mvc, Spring REST Controller,
### Add the db url, username and password inside env.properties to make sensitive information private.
### In order to connect to db, create env.properties inside resources folder and add as classpath to main method.
#### RESTApi documentation using Swagger-ui.
#### MapStruct to map jpa to dto and vice-versa automatically.
#### Spring Boot Actuator to demonstrate api endpoints
#### Spring Boot Validation library to validate fields before sending request to server.
#### Lombok library to generate getter, setter and constructor automatically.
### NOTE : Swagger UI is currently not sending request, it can be only used to see the api documentation.