From c6e77f6fa462e292db5f693a33e7c483b5a6e19e Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Fri, 16 Apr 2021 23:59:02 +0000
Subject: [PATCH] Release 0.5 started: SpringBoot instead of Jetty, Jersey etc.

---
 doc/Development.adoc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Development.adoc b/doc/Development.adoc
index c819664..3e2de5f 100644
--- a/doc/Development.adoc
+++ b/doc/Development.adoc
@@ -28,7 +28,7 @@
 1. `cd borgbutler-webapp`
 2. `npm install`
 3. `gradle npmBuild` (builds the web archive)
-4. Start `de.micromata.borgbutler.server.Main`
+4. Start `BorgButlerApplication`
 
 === Start borgbutler-server for web development
 For using hot code replacement of your web files, you should use `npm start` or `yarn start`:
@@ -36,7 +36,7 @@
 1. `cd borgbutler-webapp`
 2. `npm install`
 3. `npm start` (opens the web browser on port 3000)
-4. Start `de.micromata.borgbutler.server.Main` (ignore the opened browser window for port 9042)
+4. Start `BorgButlerApplication` (ignore the opened browser window for port 9042)
 
 === Profiling heap, cpu and everything using JProfiler
 JProfiler is an excellent tool for analysing your software. BorgButler was optimized regarding heap memory and CPU usage by

--
Gitblit v1.10.0