https://github.com/gal16v8d/dw2-hateoas-svc
https://github.com/gal16v8d/dw2-hateoas-svc
h2-database hateoas java rest-api spring spring-boot swagger
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/dw2-hateoas-svc
- Owner: gal16v8d
- Created: 2023-04-28T01:19:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T21:57:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T08:43:02.308Z (over 1 year ago)
- Topics: h2-database, hateoas, java, rest-api, spring, spring-boot, swagger
- Language: Java
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
This project is not longer receiving updates, please check [dw2-svc](https://github.com/gal16v8d/dw2-svc) instead
### Pre-requisites
* Maven 3
* Java 17
### Notes
### Spring Admin Client
I add some dependencies for admin this project as client,
check [admin-server](https://github.com/gal16v8d/admin-server) project for further related info.
### Spring Zipkin Client
I add some dependencies for admin logging in this project,
please check [zipkin.io](https://zipkin.io/pages/quickstart) for more info.
To run zipkin please use:
docker run -d -p 9411:9411 openzipkin/zipkin
### Swagger
http://localhost:8094/swagger-ui/