mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:25:49 +00:00
Fix [ERROR] /builds/mooc-gitlab/spring-petclinic/src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java:[28,43] cannot find symbol
symbol: method proxyBeanMethods()
This commit is contained in:
parent
ec4d1d499c
commit
0705894871
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -108,6 +108,15 @@
|
||||||
<artifactId>spring-boot-devtools</artifactId>
|
<artifactId>spring-boot-devtools</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Annotation Fix -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.annotation</groupId>
|
||||||
|
<artifactId>javax.annotation-api</artifactId>
|
||||||
|
<version>1.2</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in a new issue