Changed description for spring-boot-performance module

This commit is contained in:
Joel Juarez
2019-06-12 23:14:04 +02:00
parent dfeadea6ae
commit 2e383281a8
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
This is a parent module for all projects using Spring Boot 2.2.
This is a parent module for projects taht want to take advantage of the performance improvements introduced in Spring Boot from version 2.2.

View File

@@ -5,7 +5,7 @@
<version>0.0.1-SNAPSHOT</version>
<name>parent-boot-performance</name>
<packaging>pom</packaging>
<description>Parent for all Spring Boot 2.2 modules</description>
<description>Parent for all modules taht want to take advantage of the performance improvements introduced in Spring Boot from version 2.2</description>
<parent>
<groupId>com.baeldung</groupId>