# SpringBoot3DemoForJava17Gradle **Repository Path**: YoungBear2023/SpringBoot3DemoForJava17Gradle ## Basic Information - **Project Name**: SpringBoot3DemoForJava17Gradle - **Description**: SpringBoot 3.x Demo工程,支持java 17 使用gradle构建 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-29 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SpringBoot 3.x Demo工程,支持java 17 使用gradle构建 ## 常见gradle命令 ```concept ## 查看版本 gradle -v ## 查看依赖 gradle dependencies ## 查看项目的子模块或子项目列表 gradle projects ## 显示项目中可用的任务列表 gradle tasks ```