We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在springboot-actuator项目的src/main/resources/application.yml里面
server: port: 8181 management: security: enabled: false #关掉安全认证 port: 8888 #管理端口 context-path: /monitor #actuator的访问路径
启动后,访问管理端口只能用诸如http://localhost:8181/actuator 但没看到任何endpoint可以用8888端口或者/monitor访问的,都是连接被拒绝。 请举例说明这两个配置的作用?谢谢。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在springboot-actuator项目的src/main/resources/application.yml里面
启动后,访问管理端口只能用诸如http://localhost:8181/actuator
但没看到任何endpoint可以用8888端口或者/monitor访问的,都是连接被拒绝。
请举例说明这两个配置的作用?谢谢。
The text was updated successfully, but these errors were encountered: