diff --git a/WebWithMybatis/README.md b/WebWithMyBatis/README.md similarity index 100% rename from WebWithMybatis/README.md rename to WebWithMyBatis/README.md diff --git a/WebWithMybatis/demo/.gitignore b/WebWithMyBatis/demo/.gitignore similarity index 100% rename from WebWithMybatis/demo/.gitignore rename to WebWithMyBatis/demo/.gitignore diff --git a/WebWithMybatis/demo/build.gradle.kts b/WebWithMyBatis/demo/build.gradle.kts similarity index 100% rename from WebWithMybatis/demo/build.gradle.kts rename to WebWithMyBatis/demo/build.gradle.kts diff --git a/WebWithMybatis/demo/gradle/wrapper/gradle-wrapper.jar b/WebWithMyBatis/demo/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from WebWithMybatis/demo/gradle/wrapper/gradle-wrapper.jar rename to WebWithMyBatis/demo/gradle/wrapper/gradle-wrapper.jar diff --git a/WebWithMybatis/demo/gradle/wrapper/gradle-wrapper.properties b/WebWithMyBatis/demo/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from WebWithMybatis/demo/gradle/wrapper/gradle-wrapper.properties rename to WebWithMyBatis/demo/gradle/wrapper/gradle-wrapper.properties diff --git a/WebWithMybatis/demo/gradlew b/WebWithMyBatis/demo/gradlew similarity index 100% rename from WebWithMybatis/demo/gradlew rename to WebWithMyBatis/demo/gradlew diff --git a/WebWithMybatis/demo/gradlew.bat b/WebWithMyBatis/demo/gradlew.bat similarity index 100% rename from WebWithMybatis/demo/gradlew.bat rename to WebWithMyBatis/demo/gradlew.bat diff --git a/WebWithMybatis/demo/settings.gradle.kts b/WebWithMyBatis/demo/settings.gradle.kts similarity index 100% rename from WebWithMybatis/demo/settings.gradle.kts rename to WebWithMyBatis/demo/settings.gradle.kts diff --git a/WebWithMybatis/demo/src/main/kotlin/com/example/demo/DemoApplication.kt b/WebWithMyBatis/demo/src/main/kotlin/com/example/demo/DemoApplication.kt similarity index 100% rename from WebWithMybatis/demo/src/main/kotlin/com/example/demo/DemoApplication.kt rename to WebWithMyBatis/demo/src/main/kotlin/com/example/demo/DemoApplication.kt diff --git a/WebWithMybatis/demo/src/main/kotlin/com/example/demo/config/MyBatisConfig.kt b/WebWithMyBatis/demo/src/main/kotlin/com/example/demo/config/MyBatisConfig.kt similarity index 100% rename from WebWithMybatis/demo/src/main/kotlin/com/example/demo/config/MyBatisConfig.kt rename to WebWithMyBatis/demo/src/main/kotlin/com/example/demo/config/MyBatisConfig.kt diff --git a/WebWithMybatis/demo/src/main/kotlin/com/example/demo/controller/CRUDController.kt b/WebWithMyBatis/demo/src/main/kotlin/com/example/demo/controller/CRUDController.kt similarity index 100% rename from WebWithMybatis/demo/src/main/kotlin/com/example/demo/controller/CRUDController.kt rename to WebWithMyBatis/demo/src/main/kotlin/com/example/demo/controller/CRUDController.kt diff --git a/WebWithMybatis/demo/src/main/kotlin/com/example/demo/dao/UserMapper.kt b/WebWithMyBatis/demo/src/main/kotlin/com/example/demo/dao/UserMapper.kt similarity index 100% rename from WebWithMybatis/demo/src/main/kotlin/com/example/demo/dao/UserMapper.kt rename to WebWithMyBatis/demo/src/main/kotlin/com/example/demo/dao/UserMapper.kt diff --git a/WebWithMybatis/demo/src/main/kotlin/com/example/demo/entity/User.kt b/WebWithMyBatis/demo/src/main/kotlin/com/example/demo/entity/User.kt similarity index 100% rename from WebWithMybatis/demo/src/main/kotlin/com/example/demo/entity/User.kt rename to WebWithMyBatis/demo/src/main/kotlin/com/example/demo/entity/User.kt diff --git a/WebWithMybatis/demo/src/main/kotlin/com/example/demo/service/Service.kt b/WebWithMyBatis/demo/src/main/kotlin/com/example/demo/service/Service.kt similarity index 100% rename from WebWithMybatis/demo/src/main/kotlin/com/example/demo/service/Service.kt rename to WebWithMyBatis/demo/src/main/kotlin/com/example/demo/service/Service.kt diff --git a/WebWithMybatis/demo/src/main/resources/application.yml b/WebWithMyBatis/demo/src/main/resources/application.yml similarity index 100% rename from WebWithMybatis/demo/src/main/resources/application.yml rename to WebWithMyBatis/demo/src/main/resources/application.yml diff --git a/WebWithMybatis/demo/src/main/resources/db/CreateTable.sql b/WebWithMyBatis/demo/src/main/resources/db/CreateTable.sql similarity index 100% rename from WebWithMybatis/demo/src/main/resources/db/CreateTable.sql rename to WebWithMyBatis/demo/src/main/resources/db/CreateTable.sql diff --git a/WebWithMybatis/demo/src/main/resources/db/InsertTestData.sql b/WebWithMyBatis/demo/src/main/resources/db/InsertTestData.sql similarity index 100% rename from WebWithMybatis/demo/src/main/resources/db/InsertTestData.sql rename to WebWithMyBatis/demo/src/main/resources/db/InsertTestData.sql diff --git a/WebWithMybatis/demo/src/main/resources/mappers/UserMapper.xml b/WebWithMyBatis/demo/src/main/resources/mappers/UserMapper.xml similarity index 100% rename from WebWithMybatis/demo/src/main/resources/mappers/UserMapper.xml rename to WebWithMyBatis/demo/src/main/resources/mappers/UserMapper.xml diff --git a/WebWithMybatis/demo/src/test/kotlin/com/example/demo/DemoApplicationTests.kt b/WebWithMyBatis/demo/src/test/kotlin/com/example/demo/DemoApplicationTests.kt similarity index 100% rename from WebWithMybatis/demo/src/test/kotlin/com/example/demo/DemoApplicationTests.kt rename to WebWithMyBatis/demo/src/test/kotlin/com/example/demo/DemoApplicationTests.kt