From f37eba47fa71375244cadce57b8fdd3acf57d328 Mon Sep 17 00:00:00 2001 From: St ef Date: Mon, 31 May 2021 19:15:16 +0000 Subject: [PATCH] Fix [ERROR] /builds/mooc-gitlab/spring-petclinic/src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java:[28,43] cannot find symbol symbol: method proxyBeanMethods() --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index cc8d8dafd..f5c09f34c 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,13 @@ spring-boot-devtools true + + + + javax.annotation + javax.annotation-api + 1.2 +