BAEL-4321 use properties module and delete ReadMe
This commit is contained in:
@@ -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.
|
||||
+3
-3
@@ -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>
|
||||
Reference in New Issue
Block a user