# mybatis-tutorial **Repository Path**: L-0329/mybatis-tutorial ## Basic Information - **Project Name**: mybatis-tutorial - **Description**: mybatis-tutorial示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-31 - **Last Updated**: 2025-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mybatis Tutorial Project > 燕山大学 > 2025.08.31 ```java public class Test { public static void main(String[] args) { System.out.println("Hello Git!"); } } ```