添加maven
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 8s

This commit is contained in:
2025-10-14 03:48:12 +08:00
parent d033506f06
commit db95822728

View File

@@ -16,6 +16,13 @@ jobs:
with:
fetch-depth: 0
- name: 设置 Maven
uses: actions/setup-java@v4
with:
distribution: 'maven'
java-version: '17'
cache: 'maven'
- name: 从本地文件安装 JDK 17
run: |
echo "=== 详细文件检查 ==="