Built with Spring Boot, java-diff-utils and diff2html libraries
- Download the project
- Run
./mvnw packageORmvn 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.portproperty on application.properties
