# mendmix-tutorial **Repository Path**: vakinge/mendmix-tutorial ## Basic Information - **Project Name**: mendmix-tutorial - **Description**: mendmix 示例项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2021-03-20 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jeesuite-demo #### 介绍 jeesuite 示例项目 #### 步骤 1. 新建数据库,执行`l/tutorial-service/docs/ddl.sql`脚本 2. 修改`tutorial-service/src/main/resources/application.properties`数据库连接信息 3. 启动项目`tutorial-service`; 4. 启动项目`tutorial-gataway`; 5. 访问`http://127.0.0.1:8080`这是一个测试页 6. 如果要使用注册中心,启动`eureka-server`,修改配置如下: >启用配置中心,网关和服务都要修改 ``` eureka.client.enabled=true ``` >修改网关转发规则 ``` spring.cloud.gateway.routes[0].uri=lb://tutorial-service ``` ## 微信交流群(请先加作者微信)