-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2020 Week 01-03 (from Dec 30)
-
NEW
-
NEW
The springboot module of hacep refuse to start with the error
2020-01-09 15:30:27.085 ERROR 10 — [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.core.annotation.AnnotationConfigurationException: Attribute 'proxyBeanMethods' in annotation [org.springframework.boot.autoconfigure.SpringBootApplication] is declared as an @AliasFor nonexistent attribute 'proxyBeanMethods' in annotation [org.springframework.context.annotation.Configuration].; nested exception is java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2180)
currently it use 2.1.1 and spring 5.1.3 the proxyBeanMethods was introduced in springboot 2.2