docs:update GitHub Actions.

hoxton
Haotian Zhang 2 months ago
parent 32e64ffd22
commit 470e099eb4

@ -10,6 +10,7 @@ on:
- 2020 - 2020
- hoxton - hoxton
- greenwich - greenwich
- release/*
pull_request: pull_request:
branches: branches:
- 2024 - 2024
@ -19,6 +20,7 @@ on:
- 2020 - 2020
- hoxton - hoxton
- greenwich - greenwich
- release/*
jobs: jobs:
set-jdks: set-jdks:

@ -9,6 +9,7 @@ on:
- 2020.0 - 2020.0
- hoxton - hoxton
- greenwich - greenwich
- release/*
pull_request: pull_request:
branches: branches:
- 2023.0 - 2023.0
@ -17,6 +18,7 @@ on:
- 2020.0 - 2020.0
- hoxton - hoxton
- greenwich - greenwich
- release/*
jobs: jobs:
check-license: check-license:
runs-on: ubuntu-latest runs-on: ubuntu-latest

@ -10,6 +10,7 @@ on:
- 2020 - 2020
- hoxton - hoxton
- greenwich - greenwich
- release/*
jobs: jobs:
check-snapshot: check-snapshot:

@ -23,7 +23,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
@FeignClient(name = "provider-demo") @FeignClient(name = "${provider.name:provider-demo}")
public interface ProviderDemoService { public interface ProviderDemoService {
@RequestMapping(value = "/echo/{str}", method = RequestMethod.GET) @RequestMapping(value = "/echo/{str}", method = RequestMethod.GET)
String echo(@PathVariable("str") String str); String echo(@PathVariable("str") String str);

Loading…
Cancel
Save