Application for synchronization.
Deps: maven 3.x (won't work with 2) java 1.7
Aplication was broken into multiple modules:
- cloudsync-gui
- cloudsync-logic
- cloudync-root
- ...
cloudsync-root is the spring-boot launcher project that uses the rest of the dependencies Shared deps are groupped in parent pom.xml in root directory of the repo.
In order to start the project, you have to build all the modules first by typing mvn install
in root directory of the repo and then execute mvn spring-boot:run
in cloudsync-root