sofastack / sofa-serverless

a framework to enabe app architecture evolve from monolithic to microservices smoothly by involving modular and macroservices architecture.
https://sofaserverless.gitee.io/home/
Apache License 2.0
115 stars 41 forks source link

fix dubbo error when loading biz module in samples/dubbo-samples/rpc/… #468

Closed ToviHe closed 9 months ago

ToviHe commented 9 months ago

…dubbo26

Motivation

Dubbo26 sample program runs error

Modification

Added the same configuration as base for the two biz spring.main.allow-bean-definition-overriding=true

Result

solve #466