docs:update GitHub Actions.

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

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

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

@ -10,6 +10,7 @@ on:
- 2020
- hoxton
- greenwich
- release/*
jobs:
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.RequestParam;
@FeignClient(name = "provider-demo")
@FeignClient(name = "${provider.name:provider-demo}")
public interface ProviderDemoService {
@RequestMapping(value = "/echo/{str}", method = RequestMethod.GET)
String echo(@PathVariable("str") String str);

Loading…
Cancel
Save