Spring Boot - Hello World ​Specification

ID: fe937e1d-3bb4-4012-a963-04848bd955ba

Date: 2025.06.09T00:43:27Z+0000

Table of Contents

Personas

1: Internal ​Category

<empty>

2: External ​Category

Tourist ​Persona: PSA-001

TODO ...

User Stories

1: Misc ​Category

Send greetings ​User Story: UST-001

As a / an I want to

send greetings

so that

my friends and family know that I am thinking of them

BDD Scenarios

1: Misc ​Category

Send greetings using REST interface ​BDD Scenario: BDD-001

Given

I am on the Swagger screen and have selected the "Hello World Controller" interface


Step 1: Visit URL http://139.162.220.111:8080/hello-world-webapp-1.0.0-SNAPSHOT/swagger-ui.html

Step 2: Click on the link "hello-world-controller" to http://139.162.220.111:8080/hello-world-webapp-1.0.0-SNAPSHOT/swagger-ui.html#!/hello-world-controller

when

I enter an email address and click on the button "Try it out!"


Step 3: Click on the link "/api/greeting" to http://139.162.220.111:8080/hello-world-webapp-1.0.0-SNAPSHOT/swagger-ui.html#!/hello-world-controller/getGreetingUsingGET

Step 4: Click on the "email" text field

Step 5: Enter "michael.wechner@wyona.com" in the "email" text field

Step 6: Click on the "Try it out!" button

then

an email will be sent to the address which I have entered