Go to file
Lampros Smyrnaios a2a387be90 - Fix a security config for Swagger.
- Add the "displayRequestDuration" for "Try it out" requests in Swagger.
- Code polishing.
2023-06-02 14:23:54 +03:00
libs Add suchilite-R5 support. 2023-03-28 15:08:20 +03:00
src - Fix a security config for Swagger. 2023-06-02 14:23:54 +03: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 - Upgrade Spring and other dependencies. 2023-06-01 20:48:01 +03:00
pom.xml - Upgrade Spring and other dependencies. 2023-06-01 20:48:01 +03: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.properties file.
  • Build the app with: mvn clean install
  • Run the app with: java -jar ./target/uoa-repository-manager-service.jar