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

请问一下, 现在部署基座之后会暴露一个netty端口号,如何找到这个端口号呢,只能从日志中捞吗 #460

Open james-fishing opened 8 months ago

james-fishing commented 8 months ago

Describe the question or bug

A clear and concise description of what the question or bug is.

Expected behavior

A clear and concise description of what you expected to happen.

Actual behavior

A clear and concise description of what actually happened.

Steps to reproduce

Steps to reproduce the problem:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

If applicable, add screenshots to help explain your problem.

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

Environment

lvjing2 commented 8 months ago

可以在 application.properties 里配置 server.port 直接指定你想要的端口号。如果没指定的话,会有统一默认的端口号 8080