Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

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"
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages