From 07058948719fc50ed46dbe3c5bea9a3aa0f311ae Mon Sep 17 00:00:00 2001 From: St ef Date: Mon, 31 May 2021 19:19:23 +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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index cc8d8dafd..6912f55a5 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,15 @@ spring-boot-devtools true + + + + javax.annotation + javax.annotation-api + 1.2 + + +