Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosfshirafuchi/teamcubation-aula-spring-data
Exercício - Spring Data
https://github.com/marcosfshirafuchi/teamcubation-aula-spring-data
java poo postgres postman spring spring-boot springboot teamcubation
Last synced: about 2 months ago
JSON representation
Exercício - Spring Data
- Host: GitHub
- URL: https://github.com/marcosfshirafuchi/teamcubation-aula-spring-data
- Owner: marcosfshirafuchi
- Created: 2024-06-12T11:39:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T02:10:24.000Z (7 months ago)
- Last Synced: 2024-06-13T20:10:46.121Z (7 months ago)
- Topics: java, poo, postgres, postman, spring, spring-boot, springboot, teamcubation
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Desenvolvido na linguagem Java por:
- [Marcos Shirafuchi](https://github.com/marcosfshirafuchi)# Exercício - Spring Data
>Criar o metodo de atualizar curso, podendo alterar nome ou descricao
@PutMapping
localhost:8080/courses/1
-> 1) Consultar se o curso existe?
-> 2) Se existe, atualizar a informação
-> 3) se nao existe lançar excecao que nao existe
-> 4) se salvou com sucesso retorna o course atualizado