GithubHelp home page GithubHelp logo

surpalsingh / compare-property-files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from junhopark/compare-property-files

0.0 0.0 0.0 1.64 MB

Compares the contents of 2 properties files

Java 97.28% JavaScript 2.72%

compare-property-files's Introduction

Compare Property Files

This is a template for a web application that uses embedded Jetty. This code was initially cloned from http://java.heroku.com/ (https://cloner.heroku.com/apps/template-java-embedded-jetty).

You can check it out by going to: https://comparepropertyfiles.com

Running the application locally

First build with:

$mvn clean install

Then run it with:

$java -cp target/classes:target/dependency/* com.jpark.Main

To hot deploy: $mvn install

Notes on using IntelliJ IDEA

I'm currently using IntelliJ IDEA 2016.2 (Ultimate Edition). To make this work with IntelliJ, follow these steps:

  • After cloning, go to: File > New > Project from Existing Sources > Select the pom.xml file > Set 'Root directory' to the root of the project > Keep selecting Next with default options and close out of the modal.
  • Go to: File > Project Structure > Project > Set 'Project language level' to the appropriate Java language level.
  • While you're still in Project Structure, select Artifacts > set the 'Output directory' to: [PROJECT ROOT]/target/compare-property-files-1.0-SNAPSHOT > Check 'Build on make' > Click OK.
  • Open Main.java > Right-click > Select Run 'Main.main()' or Debug 'Main.main()'.
  • Open your browser and go to: http://localhost:8080

compare-property-files's People

Contributors

junhopark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.