<!DOCTYPE html><html><head><meta charset="utf-8"><title>提示页</title><style>body{font-family:Arial,sans-serif;text-align:center;margin-top:100px;background:#f5f5f5;} .box{background:white;padding:40px;border-radius:8px;display:inline-block;box-shadow:0 2px 10px rgba(0,0,0,0.1);}</style></head><body><div class="box"><h1>🚀 服务运行正常</h1><p>这是一个SpringBoot后端服务</p><p><strong>专为移动APP提供API接口支持</strong></p><p>无网页用户界面</p><hr><p>如需了解更多信息，请联系系统管理员</p></div></body></html>