An open API service indexing awesome lists of open source software.

https://github.com/gtiwari333/diff-generator-viewer-webapp

diff generator and viewer utility. Built with Spring Boot, java-diff-utils and diff2html libraries
https://github.com/gtiwari333/diff-generator-viewer-webapp

diff diff2html java java-diff-utils spring-boot

Last synced: 11 months ago
JSON representation

diff generator and viewer utility. Built with Spring Boot, java-diff-utils and diff2html libraries

Awesome Lists containing this project

README

          

# A simple, yet powerful diff generator and viewer utility.

Built with Spring Boot, java-diff-utils and diff2html libraries

### How to Run

- Download the project
- Run `./mvnw package` OR `mvn package`
- Run `java -jar target/diff-v1.jar`
- Visit http://localhost:8081 in browser

### Change port

- At runtime `java -jar target/diff-v1.jar --server.port=8084`
- In code: update `server.port` property on application.properties

### Screenshot

![](screenshot.png)