Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
MetricsService.java 1.89 KB 61359 almost 3 years Konstantina Galouni [Trunk | Orcid Service]: 1. pom.xml: Upgrade ve...
UserTokensService.java 7.06 KB 60959 about 3 years Konstantina Galouni [Trunk | Orcid Service]: 1. OrcidServiceCheckDe...
WorkService.java 1.32 KB 60369 about 3 years Konstantina Galouni [Trunk | Orcid Service]: 1. orcidservice.proper...

Latest revisions

# Date Author Comment
61359 08/07/2021 01:02 PM Konstantina Galouni

[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....

60959 22/04/2021 11:55 AM Konstantina Galouni

[Trunk | Orcid Service]:
1. OrcidServiceCheckDeployController.java: [NEW] Controller added and
a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message.
b. "checkEverything()" method @RequestMapping(value = "/health_check/advanced", method = RequestMethod.GET) only accessible by PORTAL ADMINS which checks connection with db and prints properties....

60369 08/02/2021 10:54 AM Konstantina Galouni

[Trunk | Orcid Service]:
1. orcidservice.properties: Added properties "apiURL", "tokenURL", "clientId", "clientSecret" for ORCID API.
2. log4j.properties: Added configuration for ORCID log file "uoa-orcid-service-orcid.log".
3. UoaOrcidServiceApplication.java: Added "OrcidConfig.class" in "@EnableConfigurationProperties"....

60238 14/01/2021 12:31 PM Konstantina Galouni

[Trunk | Orcid Service]: Initial commit in trunk folder. The API is already partially implemented and running (configuration, controllers, services, DAOs, entities, handlers, responses, properties).

View revisions

Also available in: Atom