BAEL-4321 use properties module and delete ReadMe

This commit is contained in:
Trixi Turny 2020-08-15 15:01:37 +01:00
parent b94d29a1cc
commit 2239446285
9 changed files with 3 additions and 12 deletions

View File

@ -1,9 +0,0 @@
This is a demo application for using YAML configuration for defining values in a POJO class.
The application has an endpoint to provide T-shirt size conversion for label and countrycode.
If you run this service locally you can call this endpoint on:
`localhost:8080/convertSize?label=M&countryCode=fr`
It should return the size as int.

View File

@ -9,10 +9,10 @@
<relativePath>../</relativePath>
</parent>
<artifactId>spring-boot-data-2</artifactId>
<artifactId>spring-boot-properties-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-data-2</name>
<description>Spring Boot Data Module</description>
<name>spring-boot-properties-3</name>
<description>Spring Boot Properties Module</description>
<properties>
<java.version>1.8</java.version>