From b1b3c3d987e6d24980bb1759248df902cb32d6aa Mon Sep 17 00:00:00 2001 From: zuisong Date: Tue, 28 May 2024 11:01:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=AF=E6=8C=81=20spring-boot=203.2=20?= =?UTF-8?q?=E4=BB=A5=E4=B8=8A=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7b558e24..3be1c048 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ 1.8 1.8 UTF-8 + true magic-api From 549054d28530f81904fbee3c8ccd702c105a14a9 Mon Sep 17 00:00:00 2001 From: luotaiqian <1147642922@qq.com> Date: Fri, 31 May 2024 00:04:05 +0800 Subject: [PATCH 2/2] java.lang.IllegalArgumentException: Name for argument of type [java.lang.String] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag. --- magic-api/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/magic-api/pom.xml b/magic-api/pom.xml index 4528638f..a941fcdf 100644 --- a/magic-api/pom.xml +++ b/magic-api/pom.xml @@ -66,4 +66,19 @@ true + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -parameters + + + + + +