Go to file
Lampros Smyrnaios eaa4083b04 - Code optimization and polishing.
- Improve error-checking and exception-handling.
2023-01-13 12:20:06 +02:00
src - Code optimization and polishing. 2023-01-13 12:20:06 +02:00
.gitignore created basic .gitignore 2022-11-24 15:58:30 +02:00
Dockerfile merged branch springboot - 61629:HEAD 2021-10-22 11:32:44 +00:00
README.md - Code optimization and polishing. 2023-01-13 12:20:06 +02:00
installAndRun.sh - Move all the Aggregation-related code from "RepositoryService" into the new "AggregationService". 2022-12-14 17:09:38 +02:00
pom.xml replaced AggregationDetails with AggregationInfo class 2022-11-30 20:58:08 +02:00
settings-dnet45.xml Add a script to install and run the app. 2022-11-16 16:20:58 +02:00

README.md

Provide

[...]

Install and run:

  • Run git clone and then cd uoa-repository-manager-service.
  • Provide all not-set or redacted configurations, inside the src/main/resources/application.properties file.
  • Build the app with: mvn clean install -s <settings-file>
  • Run the app with: java -jar ./target/uoa-repository-manager-service.jar