Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukul273/springboot-react
Spring boot with ReactJs full stack
https://github.com/mukul273/springboot-react
api java java-8 java8 openapi3 reactjs spring spring-boot spring-data-jpa springboot springframework swagger swagger-ui swagger2
Last synced: about 2 months ago
JSON representation
Spring boot with ReactJs full stack
- Host: GitHub
- URL: https://github.com/mukul273/springboot-react
- Owner: mukul273
- Created: 2020-11-25T15:35:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T16:23:48.000Z (about 4 years ago)
- Last Synced: 2024-11-05T23:12:05.526Z (3 months ago)
- Topics: api, java, java-8, java8, openapi3, reactjs, spring, spring-boot, spring-data-jpa, springboot, springframework, swagger, swagger-ui, swagger2
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-react
Spring boot with ReactJs full stackThis project uses Spring boot 2.3.6, ReactJs, MySql, Spring Data JPA, Java 8, lombok etc.
This is Employee add, Update, delete and read (CRUD) Use case application
This application has been updated with OpenAPI 3.0 specification
Go to * [LocalHost OpenAPI](http://localhost:8081/v3/api-docs) ** Please change your portTO change the API doc URL above
Please refer to the application.properties file
Look for springdoc.api-docs.path param and configure your value
** Please remember that once you customize the API url then the default v3/api-docs will
not work.** Please append .yaml to the OpenAPI to download the API specification file,
Swagger documentation is still available
Go to * [LocalHost SwaggerDoc](http://localhost:8081/swagger-ui.html) ** Please change your port
Please specify /employee-api in the explore search