Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gal16v8d/dw2-svc
DW2 Api Spring boot + PostgreSQL + Zipkin, can be integrated with eureka-server and admin-server repo for profiling/clustering (see also config-server and cloud-config repo)
https://github.com/gal16v8d/dw2-svc
java maven postgresql rest-api spring-boot-3 zipkin
Last synced: 1 day ago
JSON representation
DW2 Api Spring boot + PostgreSQL + Zipkin, can be integrated with eureka-server and admin-server repo for profiling/clustering (see also config-server and cloud-config repo)
- Host: GitHub
- URL: https://github.com/gal16v8d/dw2-svc
- Owner: gal16v8d
- Created: 2023-04-28T01:18:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T03:01:41.000Z (8 months ago)
- Last Synced: 2024-04-29T22:46:49.960Z (6 months ago)
- Topics: java, maven, postgresql, rest-api, spring-boot-3, zipkin
- Language: Java
- Homepage:
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
### Reference Documentation
For further reference, please consider the following sections:* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.4.RELEASE/maven-plugin/)### Swagger
http://localhost:8094/swagger-ui.html
### Spring Admin Client
I add some dependencies for admin this project as client,
check admin-server project for further related info.### Spring Zipkin Client
I add some dependencies for admin logging in this project,
please check https://zipkin.io/pages/quickstart for more info.
Docker image must be running with a command like:
docker run -d -p 9411:9411 openzipkin/zipkin