Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 482 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 482 Bytes

ProjetoAPIInterTest

Maven Commands

Run & Tests

mvn clean install
mvn spring-boot:run

DataBase Config & Connection

Driver Class: org.h2.Driver
JDBC URL: jdbc:h2:file:~/h2db
Username: h2sa
Password: admin

Json para método PUT

{
  "id": 4,
  "name": "First task",
  "weight": 5,
  "completed": true,
  "createdAt": "2015-05-23"
}