Property File Comparison Utility Site using spring boot
The web app can be used in the case of multiple people working on property files in different platforms where it is difficult for vcs to manage.
#Features
- Take difference of two property files
- Compare the contents of same keys in two property files
- Merge two property file and keep order of keys updating with new values;
-- Souce code can be found in SouceCode directory. Open it with your IDE -- To run as a standalone spring boot server download jar in readytorun folder and execute $java -jar proputil.jar in the server machine.
-- After that the webapp can be accessed from URL http://localhost:8880/