From 8b4663a6f54384969fd7164a3d8ebf12ca5410cb Mon Sep 17 00:00:00 2001 From: Maximillian Arruda Date: Sat, 9 Mar 2024 21:41:13 -0300 Subject: [PATCH] chore: use IPv4 Stack instead of IPv6 Stack Signed-off-by: Maximillian Arruda --- .../src/main/resources/archetype-resources/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/starter-archetype/src/main/resources/archetype-resources/pom.xml b/starter-archetype/src/main/resources/archetype-resources/pom.xml index db2c4f7..c0c8cf2 100644 --- a/starter-archetype/src/main/resources/archetype-resources/pom.xml +++ b/starter-archetype/src/main/resources/archetype-resources/pom.xml @@ -203,6 +203,12 @@ #if (${deployWar} == "true") true #end + + + + #if (${autoBindHttp} == "true")