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

There is a problem with the base calling the biz module in samples/springboot-samples/service #462

Closed ToviHe closed 8 months ago

ToviHe commented 8 months ago

Describe the question or bug

After registering the biz module in the sample code, curl localhost:8080 is triggered and a server error occurs.

Expected behavior

Normally hello to ark master biz should appear

Actual behavior

curl localhost:8080     
{"timestamp":"2024-01-11T08:25:24.437+00:00","status":500,"error":"Internal Server Error","path":"/"}%
com.alipay.sofa.serverless.common.exception.BizRuntimeException: biz does not exist

Steps to reproduce

Steps to reproduce the problem:

2.biz module packaging 2.Start base 3.Trigger curl localhost:8080

Screenshots

image image

Minimal yet complete reproducer code (or GitHub URL to code)

Environment