nacos-group / nacos-spring-project

Nacos ECO Project for Spring Framework
https://nacos.io/
Apache License 2.0
754 stars 309 forks source link

java.lang.NoClassDefFoundError: org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessorAdapter #345

Open luocongqiu opened 2 months ago

luocongqiu commented 2 months ago

Issue Description

Type: bug report or feature request

Describe what happened (or what feature you want)

image

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

  1. normal start
  2. my config nacos.config: bootstrap: enable: true log-enable: true data-id: xxx namespace: ${SERVICE_ENV:dev} server-addr: ${NACOS_SERVER:xxx} remote-first: ${REMOTE_FIRST:true} type: ${CONFIG_TYPE:yaml}

Tell us your environment

1、nacos-spring-context 2.1.1-RC 2、nacos-config-spring-boot-starter 0.3.0-RC 3、spring boot 3.2.6

Anything else we need to know?

hujun-w-2 commented 1 month ago

你好,可以先使用nacos-spring-context 2.1.0-RC来规避这个问题,我们尽快修复