The "mvn clean install" command creates the Spring Boot application.
Mit dem Befehl "mvn clean install" wird die Spring Boot Applikation erstellt.
After the Spring Boot application has started it does not offer any real functionalities or methods, so we will add a RestController to the Spring Boot application in the next tutorial!
Nachdem die Spring Boot Applikation gestartet ist bietet sie keine echte Funktionalitäten oder Methoden an, daher werden wir in dem nächsten Tutorial die Spring Boot Applikation um einen RestController erweitern!
First we have to build the Spring Boot application with Maven.
Zunächst müssen wir die Spring Boot Applikation mit Maven bauen.
Before you start the Spring Boot application, you should know that you need a running mongoDb installation or a MongoDB container on port 27017.
Bevor ihr die Spring Boot Applikation startet, solltet ihr wissen, dass ihr eine laufende mongoDb Installation oder einen MongoDB Container auf Port 27017 benötigt.
Listing 12 shows how to package the Spring Boot application into a Docker container using a Gradle Docker Plugin.
Listing 12 zeigt, wie das mit Gradle und einem Docker-Plug-in erledigt werden kann.
The Spring Boot application implemented by Henning Treu can be found on github.
Die Spring Boot Anwendung von Henning Treu ist ebenfalls auf GitHub verfügbar.
The Spring Boot application is implemented so that a demo account with the values Username: DemoAccount and Password: DemoPassword is created when you start the application.
Die Spring Boot Applikation ist so implementiert, dass beim Start der Anwendung ein Demo Account mit den Werten Username: DemoAccount und Passwort: angelegt wird.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.