We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf9ebf commit 5e01248Copy full SHA for 5e01248
pom.xml
@@ -13,7 +13,7 @@
13
<artifactId>serviceproduction</artifactId>
14
<version>4.1.3</version>
15
<name>Service Production</name>
16
- <description>FIAP SOAT1 2023 - Group 63 - Phase 4</description>
+ <description>FIAP SOAT1 2023 - Group 63 - Phase 5 - Production microservice</description>
17
<properties>
18
<java.version>17</java.version>
19
<sonar.coverage.exclusions>
src/main/resources/messages.properties
@@ -0,0 +1 @@
1
+# Due to how Spring Boot autoconfiguration works, this file needs to exist for the locale files to be detected.
0 commit comments