# LeetCodeExercise **Repository Path**: Jiahao_Code/LeetCodeExercise ## Basic Information - **Project Name**: LeetCodeExercise - **Description**: 力扣刷题同时进行学习的项目 - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-23 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeetCodeExercise #### 介绍 主要用于互相记录并评审彼此的力扣解题代码,同时建立一个良好的basecode,培养自身代码规范以及诸多项目相关操作能力。 #### 常用工具说明 1. hutool 一个常用工具库 文档:https://hutool.cn/docs/#/ 2. JUnit5 Assertions类 详情:https://www.cnblogs.com/bolingcavalry/p/14434022.html 3. log4j使用说明 详情:https://blog.csdn.net/u011781521/article/details/55002553 4. lombok使用说明 详情:https://blog.csdn.net/wo541075754/article/details/103867617 #### 推荐IDEA插件 1. git commit template 代码提交规范模板,相关说明: https://blog.csdn.net/qq_35854212/article/details/103856299 2. git tool box git工具箱可以实时显示代码提交人和提交时间 3. show comment 在文件树类名旁边显示类的注释,方便查找相关类 4. Alibaba Java Coding Guidelines plugin support.(XenoAmess TPM) 三方维护的阿里开发规范插件(因原版更新太慢,有许多bug一直没修复)