# spring-learn **Repository Path**: phoenix_xul/spring-learn ## Basic Information - **Project Name**: spring-learn - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-14 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring 添加了一些中文注释 关于编译 gradle的仓库添加了国内源,以加快下载速度 编译时跳过测试和代码规范价检查,可以加快编译完成的速度 gradle的download的连接改成本地了,也可以加快编译速度 ```yaml ./gradlew build -x test -x checkstyleMain ```