Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcintra/ccee-app-back
App with Java-11 and SpringBoot (Rest Services)
https://github.com/rcintra/ccee-app-back
java-11 mvn spring spring-boot
Last synced: about 1 month ago
JSON representation
App with Java-11 and SpringBoot (Rest Services)
- Host: GitHub
- URL: https://github.com/rcintra/ccee-app-back
- Owner: rcintra
- Created: 2023-09-03T17:20:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T11:32:32.000Z (over 1 year ago)
- Last Synced: 2024-11-30T07:14:29.363Z (about 1 month ago)
- Topics: java-11, mvn, spring, spring-boot
- Language: Java
- Homepage: http://ccee-app-back-env.eba-fmepdxdp.us-east-1.elasticbeanstalk.com
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CceeAppBack
O projeto foi gerado com o spring initializer utilizando o java 11 e spring 2.7.16.
## Development server
Executando no terminar o comando mvn `spring-boot:run` o servidor pode ser acessado pelo endereço `http://localhost:5000/`.
## API UPLOAD
[POST]
http://localhost:5000/api/upload## API FILES
[GET]
http://localhost:5000/api/files## API CONSOLIDADO
[GET]
http://localhost:5000/api/consolidado## SWAGGER
http://localhost:8080/swagger-ui/index.html