Go to file
Antonis Lempesis 6f964e3d16 Update 'README.md' 2023-11-14 15:25:16 +01:00
src Merge pull request 'Merge develop into master' (#6) from develop into master 2023-11-02 14:05:14 +01: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
LICENSE.txt Add 'LICENSE.txt' 2023-02-14 20:39:36 +01:00
README.md Update 'README.md' 2023-11-14 15:25:16 +01:00
pom.xml Update the Sushilite-R5 dependency from Nexus. 2023-11-02 14:39:10 +02:00

README.md

uoa-repository-manager-service (Provide backend)

[...]

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.yml file.
  • Build the app with: mvn clean install
  • Run the app with: java -jar ./target/uoa-repository-manager-service.jar

Notes for Swagger-UI:

Introduction

Arcihtecture

Bulding

Deployment

Installation

Configuration

Security

Maintenance

Recovery

References