Update pom.xml and application.yml

This commit is contained in:
Ramon Ramirez 2026-01-04 18:56:02 -04:00
parent 7e0c437a3e
commit 4efc967599
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.banesco</groupId>
<artifactId>rec-legal-customer-product-directory</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0-native-quarkus-jdk17</version>
<name>rec-legal-customer-product-directory</name>
<properties>
<maven.compiler.release>17</maven.compiler.release>
@ -19,6 +20,7 @@
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.30.5</quarkus.platform.version>
<lombok.version>1.18.42</lombok.version>
<skipITs>true</skipITs>
</properties>
<dependencyManagement>

View File

@ -2,8 +2,8 @@ quarkus:
application:
name: rec-legal-customer-product-directory
version: 1.0.0
## Profile
profile: dev
## Profile
profile: dev
http:
non-application-root-path: actuator
native: