Built with Spring Boot, java-diff-utils and diff2html libraries
- Download the project
- Run
./mvnw package
ORmvn package
- Run
java -jar target/diff-v1.jar
- Visit http://localhost:8081 in browser
- At runtime
java -jar target/diff-v1.jar --server.port=8084
- In code: update
server.port
property on application.properties