https://github.com/carloscazelattojr/crud-spring-boot-rest-api
CRUD com Spring Boot REST API - Java
https://github.com/carloscazelattojr/crud-spring-boot-rest-api
heroku java postgresql rest-api spring-boot
Last synced: 2 months ago
JSON representation
CRUD com Spring Boot REST API - Java
- Host: GitHub
- URL: https://github.com/carloscazelattojr/crud-spring-boot-rest-api
- Owner: carloscazelattojr
- License: mit
- Created: 2021-05-30T21:12:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T01:26:06.000Z (over 3 years ago)
- Last Synced: 2025-09-03T03:42:37.290Z (10 months ago)
- Topics: heroku, java, postgresql, rest-api, spring-boot
- Language: HTML
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD Completo com Spring Boot REST API
Estudos CRUD Completo com Spring Boot REST API.
Exemplo Simples
## Projeto
- BackEnd
## Tecnologia
`Java` `Spring Boot` `PostgSQL` `Heroku`
## Heroku
http://springboot-jdev.herokuapp.com/springboot-rest-api/
### Configurar Heroku
no application.properties: spring.datasource.url=${DATABASE_URL}
heroku -v
heroku login
heroku git:remote -a
git remote -v
git subtree push --prefix backend heroku main
## Site


Créditos: JDev/SpringBoot