Liam da43d02f82 Reformat Code 4 년 전
..
gradle 03adfa8621 clean up 4 년 전
src da43d02f82 Reformat Code 4 년 전
.gitignore 2805dde824 Update .gitignore to avoid trash files generated from IDE 4 년 전
README.md 876ea14749 H2 Console 4 년 전
build.gradle 0e21bfe56d Fix bad json 4 년 전
gradlew 03adfa8621 clean up 4 년 전
settings.gradle ac23614e4c Fix Client desktop crash issue 4 년 전

README.md

server

CRUD in h2 with JPA and Hibernate. SQL will be executed on startup server REST API, create, read, update and delete.

To start server from gradle

$ ./gradlew bootRun

Swagger API documentation

http://localhost:8080/swagger-ui.html

Tested with REST Client POSTMAN

Database H2 config see application.properties

Developer

  • Miguel Caceres

Player JSON

[
    {
        "id": 1,
        "name": "Nick",
        "password": "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
    },
    {
        "id": 2,
        "name": "Judy",
        "password": "5994471abb01112afcc18159f6cc74b4f511b99806da59b3caf5a9c173cacfc5"
    }
]

H2-Console

for the use of this database console, you just need to get the following URL. the user is "sa" and the paswword is "".