release 2.0.1.0-2021.0.9.

pull/1581/head 2.0.1.0-2021.0.9
Haotian Zhang 4 months ago
parent b4df85d9db
commit 9f09a2f44f

@ -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:

@ -10,6 +10,7 @@ on:
- 2020
- hoxton
- greenwich
- release/*
pull_request:
branches:
- 2024
@ -19,6 +20,7 @@ on:
- 2020
- hoxton
- greenwich
- release/*
jobs:
check-license:
runs-on: ubuntu-latest

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

@ -90,7 +90,7 @@
<properties>
<!-- Project revision -->
<revision>2.0.1.0-2021.0.9-RC2</revision>
<revision>2.0.1.0-2021.0.9</revision>
<!-- Spring Framework -->
<spring.framework.version>5.3.39</spring.framework.version>

@ -71,10 +71,10 @@
<properties>
<!-- Project revision -->
<revision>2.0.1.0-2021.0.9-RC2</revision>
<revision>2.0.1.0-2021.0.9</revision>
<!-- Polaris SDK version -->
<polaris.version>2.0.1.0-SNAPSHOT</polaris.version>
<polaris.version>2.0.1.0</polaris.version>
<!-- Dependencies -->
<bcpkix-jdk18on.version>1.78.1</bcpkix-jdk18on.version>

@ -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