diff --git a/README.md b/README.md index 95fb0db..0d27594 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ -# Spring Boot精选课程 - -[Spring Boot 中文索引](https://github.com/ityouknow/awesome-spring-boot) - -[课程地址](http://gitbook.cn/gitchat/column/59f5daa149cd4330613605ba) - -[码云地址](https://gitee.com/ityouknow/spring-boot-leaning) +## 快速学习 Spring Boot 技术栈 达人课内容: @@ -26,12 +20,9 @@ - [第15课:Spring Boot 集成测试和部署运维](http://gitbook.cn/gitchat/column/59f5daa149cd4330613605ba/topic/59f980e668673133615f75b9) - [第16课:综合实战用户管理系统](http://gitbook.cn/gitchat/column/59f5daa149cd4330613605ba/topic/59f9810d68673133615f75ce) +> 有问题可以在读者圈或给我留言。 -> 有问题可以在读者圈或者达人课文末给我留言。 - - - -关注公众号:纯洁的微笑,回复"springboot"进群交流 +关注公众号:纯洁的微笑,学习更多关于 Spring Boot 内容,公号内回复"666"进群交流。 -![](http://www.ityouknow.com/assets/images/keeppuresmile.jpg) +![](http://www.ityouknow.com/assets/images/keeppuresmile_430.jpg) diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/pom.xml" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/pom.xml" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/pom.xml" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/pom.xml" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/WebApplication.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/WebApplication.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/WebApplication.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/WebApplication.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/comm/NeoProperties.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/comm/NeoProperties.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/comm/NeoProperties.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/comm/NeoProperties.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/domain/User.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/domain/User.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/domain/User.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/domain/User.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/MyFilter.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/MyFilter.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/MyFilter.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/MyFilter.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/WebConfiguration.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/WebConfiguration.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/WebConfiguration.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/filter/WebConfiguration.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/web/WebController.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/web/WebController.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/web/WebController.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/java/com/neo/web/WebController.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/resources/application.properties" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/resources/application.properties" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/resources/application.properties" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/main/resources/application.properties" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/PropertiesTest.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/PropertiesTest.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/PropertiesTest.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/PropertiesTest.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/WebApplicationTests.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/WebApplicationTests.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/WebApplicationTests.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/WebApplicationTests.java" diff --git "a/\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/web/WebControllerTest.java" "b/\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/web/WebControllerTest.java" similarity index 100% rename from "\347\254\25404\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/web/WebControllerTest.java" rename to "\347\254\25403\350\257\276\357\274\232\345\277\253\351\200\237\344\275\223\351\252\214 Web \345\274\200\345\217\221/spring-boot-web/src/test/java/com/neo/web/WebControllerTest.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/pom.xml" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/pom.xml" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/pom.xml" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/pom.xml" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/JpaApplication.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/JpaApplication.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/JpaApplication.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/JpaApplication.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/User.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/User.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/User.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/User.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserDetail.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserDetail.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserDetail.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserDetail.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserInfo.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserInfo.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserInfo.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/domain/UserInfo.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserDetailRepository.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserDetailRepository.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserDetailRepository.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserDetailRepository.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserRepository.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserRepository.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserRepository.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/java/com/neo/repository/UserRepository.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/resources/application.properties" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/resources/application.properties" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/resources/application.properties" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/main/resources/application.properties" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/JpaApplicationTests.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/JpaApplicationTests.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/JpaApplicationTests.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/JpaApplicationTests.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserInfoRepositoryTests.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserInfoRepositoryTests.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserInfoRepositoryTests.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserInfoRepositoryTests.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/pom.xml" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/pom.xml" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/pom.xml" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/pom.xml" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/MultiJpaApplication.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/MultiJpaApplication.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/MultiJpaApplication.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/MultiJpaApplication.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/DataSourceConfig.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/DataSourceConfig.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/DataSourceConfig.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/DataSourceConfig.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/PrimaryConfig.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/PrimaryConfig.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/PrimaryConfig.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/PrimaryConfig.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/SecondaryConfig.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/SecondaryConfig.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/SecondaryConfig.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/config/SecondaryConfig.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/domain/User.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/domain/User.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/domain/User.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/domain/User.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test1/UserTest1Repository.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test1/UserTest1Repository.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test1/UserTest1Repository.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test1/UserTest1Repository.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test2/UserTest2Repository.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test2/UserTest2Repository.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test2/UserTest2Repository.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/java/com/neo/repository/test2/UserTest2Repository.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/resources/application.properties" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/resources/application.properties" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/resources/application.properties" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/main/resources/application.properties" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/MultiJpaApplicationTests.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/MultiJpaApplicationTests.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/MultiJpaApplicationTests.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/MultiJpaApplicationTests.java" diff --git "a/\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" "b/\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" similarity index 100% rename from "\347\254\25403\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" rename to "\347\254\25404\350\257\276\357\274\232Spring Data Jpa \347\232\204\344\275\277\347\224\250/spring-boot-multi-Jpa/src/test/java/com/neo/repository/UserRepositoryTests.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/pom.xml" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/pom.xml" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/pom.xml" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/pom.xml" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/ThymeleafApplication.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/ThymeleafApplication.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/ThymeleafApplication.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/ThymeleafApplication.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/domain/User.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/domain/User.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/domain/User.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/domain/User.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/ExampleController.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/ExampleController.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/ExampleController.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/ExampleController.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/HelloController.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/HelloController.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/HelloController.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/HelloController.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/IndexController.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/IndexController.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/IndexController.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/java/com/neo/web/IndexController.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/application.properties" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/application.properties" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/application.properties" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/application.properties" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/example.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/example.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/example.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/example.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/hello.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/hello.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/hello.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/hello.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/home.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/home.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/home.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/home.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/index.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/index.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/index.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/index.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/copyright.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/copyright.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/copyright.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/copyright.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/footer.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/footer.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/footer.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/footer.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/header.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/header.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/header.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/header.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/left.html" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/left.html" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/left.html" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/main/resources/templates/layout/left.html" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/ThymeleafApplicationTests.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/ThymeleafApplicationTests.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/ThymeleafApplicationTests.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/ThymeleafApplicationTests.java" diff --git "a/\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/web/HelloControllerTest.java" "b/\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/web/HelloControllerTest.java" similarity index 100% rename from "\347\254\25406\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/web/HelloControllerTest.java" rename to "\347\254\25405\350\257\276\357\274\232\346\250\241\346\235\277\345\274\225\346\223\216 Thymeleaf/spring-boot-thymeleaf/src/test/java/com/neo/web/HelloControllerTest.java" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/pom.xml" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/pom.xml" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/pom.xml" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/pom.xml" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/JpaThymeleafApplication.java" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/JpaThymeleafApplication.java" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/JpaThymeleafApplication.java" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/JpaThymeleafApplication.java" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/entity/User.java" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/entity/User.java" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/entity/User.java" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/entity/User.java" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/param/UserParam.java" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/param/UserParam.java" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/param/UserParam.java" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/param/UserParam.java" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/repository/UserRepository.java" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/repository/UserRepository.java" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/repository/UserRepository.java" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/repository/UserRepository.java" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/web/UserController.java" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/web/UserController.java" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/web/UserController.java" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/java/com/neo/web/UserController.java" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/application.properties" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/application.properties" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/application.properties" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/application.properties" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/css/bootstrap.css" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/css/bootstrap.css" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/css/bootstrap.css" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/css/bootstrap.css" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/js/jquery.js" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/js/jquery.js" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/js/jquery.js" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/static/js/jquery.js" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/page.html" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/page.html" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/page.html" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/page.html" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/list.html" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/list.html" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/list.html" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/list.html" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userAdd.html" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userAdd.html" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userAdd.html" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userAdd.html" diff --git "a/\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userEdit.html" "b/\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userEdit.html" similarity index 100% rename from "\347\254\25405\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userEdit.html" rename to "\347\254\25406\350\257\276\357\274\232Jpa \345\222\214 Thymeleaf \345\256\236\350\267\265/spring-boot-jpa-thymeleaf/src/main/resources/templates/user/userEdit.html"