# wechat-server-api **Repository Path**: ychaoyou/wechat-server-api ## Basic Information - **Project Name**: wechat-server-api - **Description**: 微信公众号后台 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.java监控访问地址:http://{ip}:${management.server.port}/actuator/monitoring 2.数据库监控访问地址:http://{ip}:${server.port}/${server.servlet.context-path}/druid 账号:${spring.datasource.druid.stat-view-servlet.login-username} 密码:${spring.datasource.druid.stat-view-servlet.login-password} 3.api在线文档访问地址:http://{ip}:${server.port}/${server.servlet.context-path}/doc.html 注意生产环境会屏蔽此地址