[Trunk | Orcid Service]:1. pom.xml: a. Added timestamp in properties. b. In <build> added <resources> with filtering set to true.2. GlobalVars.java: Added GlobalVars class for date of deploy & date of build.3. UoaOrcidServiceApplication.java: ...
[Trunk | Orcid Service]:1. pom.xml: Upgrade version of spring boot from 1.5.8.RELEASE to 1.5.11.RELEASE (for custom queries in DB).2. dao/MongoDBDAOs: Deleted folder MongoDBDAOs and moved its files (MongoDBUserTokensDAO.java, MongoDBWorkDAO.java) to parent (/dao) folder....
[Trunk | Orcid Service]:1. pom.xml: Change version from 2.0.0 to 1.0.0 (not yet released and was set to 2.0.0 as a false copy-paste).2. UserTokensController.java & WorkController.java: Added @PreAuthorize("isAuthenticated()") in class (some methods were missing that)....
[Trunk | Orcid Service]: Initial commit in trunk folder. The API is already partially implemented and running (configuration, controllers, services, DAOs, entities, handlers, responses, properties).