https://github.com/tsundberg/dropwizard-complex-json-transformer
An example showing a broken logging
https://github.com/tsundberg/dropwizard-complex-json-transformer
Last synced: 4 months ago
JSON representation
An example showing a broken logging
- Host: GitHub
- URL: https://github.com/tsundberg/dropwizard-complex-json-transformer
- Owner: tsundberg
- Created: 2018-02-20T12:32:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T20:53:12.000Z (over 7 years ago)
- Last Synced: 2025-01-05T13:42:17.695Z (5 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example showing Java to json transformation
A flat Java object is easy to transform to json.
A java object that has a list of similar object is also easy to transform. Even when the list has entries.
## Build
Build with
```
mvn clean install
```## Run with
```
java -jar target/hitta-arbetsgivare-3.0.jar server
```