Liam da43d02f82 Reformat Code | hace 4 años | |
---|---|---|
.. | ||
gradle | hace 4 años | |
src | hace 4 años | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
build.gradle | hace 4 años | |
gradlew | hace 4 años | |
settings.gradle | hace 4 años |
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
http://localhost:8080/swagger-ui.html
[
{
"id": 1,
"name": "Nick",
"password": "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
},
{
"id": 2,
"name": "Judy",
"password": "5994471abb01112afcc18159f6cc74b4f511b99806da59b3caf5a9c173cacfc5"
}
]
for the use of this database console, you just need to get the following URL. the user is "sa" and the paswword is "".