Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 542 Bytes

Build Status

engenharia-back

Backend do app de Engenharia de Software II

Maven Run

Executar com o comando mvn spring-boot:run

Exemplo de uso das URLs:

http://localhost:8080/aluno -> retorna a lista com todos
http://localhost:8080/aluno/novo -> post
http://localhost:8080/aluno/atualiza -> post
http://localhost:8080/aluno/exclui/123 -> remove o aluno com o id mencionado