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
- Host: GitHub
- URL: https://github.com/gtiwari333/diff-generator-viewer-webapp
- Owner: gtiwari333
- Created: 2019-11-28T17:37:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T23:22:26.000Z (over 2 years ago)
- Last Synced: 2025-03-29T21:22:31.486Z (12 months ago)
- Topics: diff, diff2html, java, java-diff-utils, spring-boot
- Language: HTML
- Homepage:
- Size: 62.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
