# java_tutorials **Repository Path**: home_robertzhai/java_tutorials ## Basic Information - **Project Name**: java_tutorials - **Description**: for java notes and project - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/home_robertzhai/java_tutorials - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-30 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: tutorials, Java, Notes, cors, cron ## README # java_tutorials #### 介绍 for java notes and project ### env - jdk 1.8 - mvn 3.6 ``` aliyun central aliyun https://maven.aliyun.com/repository/public huaweicloud mirror from maven huaweicloud central https://repo.huaweicloud.com/repository/maven/ ``` ### projects in action - [spring boot 参数校验 & 定时任务](https://gitee.com/home_robertzhai/java_tutorials/blob/master/crontask/readme.md) - [java web server 模版代码,一键生成应用项目代码](https://gitee.com/home_robertzhai/java_web_template) - [mybatis plus crud & 分页 ](https://gitee.com/home_robertzhai/java_tutorials/tree/master/mybatis_plus) - [mybatis curd sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/mybatis_sample) - [redis sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/redis_sample) - [es7 sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/es7_sample) - [swagger2 sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/swagger_sample) - [tpl_thymeleaf_sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/tpl_thymeleaf_sample) - [filter_interceptor_aop](https://gitee.com/home_robertzhai/java_tutorials/tree/master/filter_interceptor_aop) - [resttemplate_sample ](https://gitee.com/home_robertzhai/java_tutorials/tree/master/resttemplate_sample) - [excel_sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/excel_sample) - [cors_sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/cors_sample) - [upload_sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/upload_sample) - [transaction_sample](https://gitee.com/home_robertzhai/java_tutorials/tree/master/transaction_sample) - [request_response_encrypt_decrypt](https://gitee.com/home_robertzhai/java_tutorials/tree/master/encrypt_decrypt) - [httpclientutil](https://gitee.com/home_robertzhai/java_tutorials/tree/master/httpclientutil) ### java 快速一键生成project 骨架代码 - https://gitee.com/home_robertzhai/java_web_template