# ByTheWay **Repository Path**: ooyyh/ByTheWay ## Basic Information - **Project Name**: ByTheWay - **Description**: 校园顺带服务后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-10 - **Last Updated**: 2025-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project Overview This is a simple Spring Boot application that demonstrates user authentication and information retrieval using MyBatis and MySQL. ## Main Features 1. User Login: Authenticate users by username and password. 2. User Information Query: Retrieve user information by ID or username. ## Technology Stack - Java 8 - Spring Boot - MyBatis - MySQL ## Configuration 1. Database Configuration: Configure database connection information in `src/main/resources/application.yml`. 2. MyBatis Configuration: Configure MyBatis mapper file location and entity package path in `application.yml`. ## Running the Project 1. Ensure you have JDK 8+ and Maven installed. 2. Clone the project to your local machine. 3. Run `mvn spring-boot:run` in the project root directory to start the project. 4. Access `http://localhost:8080` to check the project status. ## Notes 1. Ensure that the `users` table exists in the database with `id`, `username`, and `password` fields. 2. If using a custom database, modify the database connection information in `application.yml`. ## Contact If you have any questions or suggestions, please contact: [Your Email Address]