nacos-group / nacos-spring-boot-project

Nacos ECO Project for Spring Boot
Apache License 2.0
789 stars 424 forks source link

spring-boot 3 引用 nacos-config-spring-boot-starter 异常 #298

Closed ldcsaa closed 10 months ago

ldcsaa commented 1 year ago

环境:spring-boot 3 / spring 6

启动类加入 @EnableNacosConfig 注解声明后,启动失败,报以下异常:

java.lang.ClassNotFoundException: org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
Daydreamer-ia commented 1 year ago

Refer to https://github.com/alibaba/nacos/issues/10375

hujun-w-2 commented 10 months ago

可使用0.3.0-RC版本