From 222416d78a8ec204188f5ef26c73ff6231149b24 Mon Sep 17 00:00:00 2001 From: Philippe Sevestre Date: Sun, 25 Feb 2024 19:40:57 -0300 Subject: [PATCH] Use project.basedir for template directory --- spring-boot-modules/spring-boot-openapi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-openapi/pom.xml b/spring-boot-modules/spring-boot-openapi/pom.xml index fba77253cf..b38846cace 100644 --- a/spring-boot-modules/spring-boot-openapi/pom.xml +++ b/spring-boot-modules/spring-boot-openapi/pom.xml @@ -55,7 +55,7 @@ ${project.basedir}/src/main/resources/api/quotes.yaml spring ApiUtil.java - src/main/resources/templates/JavaSpring + ${project.basedir}/src/main/resources/templates/JavaSpring true