[Java] update test samples (#9972)

* remove new java samples

* java feign, webclient use fake petstore for tests

* update samples
This commit is contained in:
William Cheng
2021-07-19 11:08:44 +08:00
committed by GitHub
parent c5f5d3dd6a
commit e263e6acc0
1844 changed files with 2953 additions and 213806 deletions

View File

@@ -0,0 +1,15 @@
# OuterEnumIntegerDefaultValue
## Enum
* `NUMBER_0` (value: `0`)
* `NUMBER_1` (value: `1`)
* `NUMBER_2` (value: `2`)