From 64f539a62e2b5cdd0a82d4e2bf858679f5e8a226 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sun, 17 Jul 2022 07:55:32 +0300 Subject: [PATCH] add README.MD --- README.MD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..525d17c --- /dev/null +++ b/README.MD @@ -0,0 +1,20 @@ +# Project "MIRROR" +Зеркалирующий мавен-репозиторий. + +## Сборка +```shell +gradle :web-spring:bootDistTar +``` + +или + +```shell +gradle :web-spring:installBootDist +``` + +## Запуск +```shell +./bin/web-spring +``` + +Все настройки производятся через стандартный "спринговский" `application.yml`.