Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
002b81d4
Commit
002b81d4
authored
Jul 08, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改feign降级时候工厂类
parent
d1687167
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
common-lib/src/main/java/com/mortals/xhx/feign/area/IApiAreaFeign.java
...c/main/java/com/mortals/xhx/feign/area/IApiAreaFeign.java
+1
-1
common-lib/src/main/java/com/mortals/xhx/feign/model/IApiModelFeign.java
...main/java/com/mortals/xhx/feign/model/IApiModelFeign.java
+1
-1
common-lib/src/main/java/com/mortals/xhx/feign/user/IUserFeign.java
.../src/main/java/com/mortals/xhx/feign/user/IUserFeign.java
+1
-1
No files found.
common-lib/src/main/java/com/mortals/xhx/feign/area/IApiAreaFeign.java
View file @
002b81d4
...
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
...
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
* @author: zxfei
* @author: zxfei
* @date: 2022/5/30 10:40
* @date: 2022/5/30 10:40
*/
*/
@FeignClient
(
name
=
"base-manager"
,
path
=
"/base"
,
fallback
=
AreaFeignFallbackFactory
.
class
)
@FeignClient
(
name
=
"base-manager"
,
path
=
"/base"
,
fallback
Factory
=
AreaFeignFallbackFactory
.
class
)
public
interface
IApiAreaFeign
extends
IFeign
{
public
interface
IApiAreaFeign
extends
IFeign
{
...
...
common-lib/src/main/java/com/mortals/xhx/feign/model/IApiModelFeign.java
View file @
002b81d4
...
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RequestBody;
...
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import
java.util.List
;
import
java.util.List
;
@FeignClient
(
name
=
"base-manager"
,
path
=
"/base"
,
fallback
=
ModelFeignFallbackFactory
.
class
)
@FeignClient
(
name
=
"base-manager"
,
path
=
"/base"
,
fallback
Factory
=
ModelFeignFallbackFactory
.
class
)
public
interface
IApiModelFeign
extends
IFeign
{
public
interface
IApiModelFeign
extends
IFeign
{
/**
/**
...
...
common-lib/src/main/java/com/mortals/xhx/feign/user/IUserFeign.java
View file @
002b81d4
...
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
...
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
* @author zxfei
* @author zxfei
* @date 2022-07-06
* @date 2022-07-06
*/
*/
@FeignClient
(
name
=
"portal-manager"
,
path
=
"/zwfw"
,
fallback
=
UserFeignFallbackFactory
.
class
)
@FeignClient
(
name
=
"portal-manager"
,
path
=
"/zwfw"
,
fallback
Factory
=
UserFeignFallbackFactory
.
class
)
public
interface
IUserFeign
extends
IFeign
{
public
interface
IUserFeign
extends
IFeign
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment