init spring boot actuator service

This commit is contained in:
xuhao
2026-08-11 11:06:33 +08:00
commit 1f19b65205
40 changed files with 2613 additions and 0 deletions
@@ -0,0 +1,18 @@
name: Merge Dependabot PR
on:
pull_request:
branches:
- main
- '*.x'
run-name: Merge Dependabot PR ${{ github.ref_name }}
jobs:
merge-dependabot-pr:
permissions: write-all
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v7
with:
mergeArguments: --auto --rebase
autoMerge: true