# 旅游 **Repository Path**: dvbest/travel ## Basic Information - **Project Name**: 旅游 - **Description**: 狼行天下-马蜂窝项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-27 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BV18N411z73h - P48 项目架构: - 数据库:MySQL + mongodb + es + Redis - 持久层:spring-data、mybatis-plus - 业务层:springboot - web:springmvc - 微服务方案:spring cloud alibaba - 前端:jQuery + bootstrap + layui + vue 项目拆分: - 目的地模块:旅游目的地管理 - 文章模块:攻略/游记管理 - 评论模块:文章评论管理 - 数据模块:负责文章数据统计 - 搜索模块:基于ES全文搜索 - 用户模块:登录/注册/第三方 - 问答模块: 项目部署: - 前端项目部署: BV18N411z73h - P9 - 将项目放到 tomcat 中进行启动,需要将 application context 设置为 /,访问路径变成:http://localhost:8080/ - 后端项目部署: - Nacos(startup.cmd -m standalone、http://localhost:8848/nacos),Nacos 在阿里云上跑 - Redis: 本地跑 Redis 端口: - 网关: port = 9000 - 用户模块: port = 9010 P45 使用注解区分资源是否需要拦截