Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
03bbb6e0
Commit
03bbb6e0
authored
Jun 24, 2021
by
taabe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装备feign修改
parent
00c71705
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
25 deletions
+8
-25
EquipFeignClient.java
...join/amos/boot/module/jcs/api/feign/EquipFeignClient.java
+8
-0
EquipFeignService.java
...n/amos/boot/module/jcs/api/service/EquipFeignService.java
+0
-25
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/feign/EquipFeignClient.java
View file @
03bbb6e0
...
@@ -58,4 +58,12 @@ public interface EquipFeignClient {
...
@@ -58,4 +58,12 @@ public interface EquipFeignClient {
*/
*/
@RequestMapping
(
value
=
"/equipSpecific/getAirEquipSpecificDetail"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/equipSpecific/getAirEquipSpecificDetail"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
Object
>
getAirEquipSpecificDetail
(
@RequestParam
Long
stockDetailId
)
throws
InnerInvokException
;
ResponseModel
<
Object
>
getAirEquipSpecificDetail
(
@RequestParam
Long
stockDetailId
)
throws
InnerInvokException
;
/**
* 获取车辆列表
*
* @return
*/
@RequestMapping
(
value
=
"/car/list-all"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
Object
>
getFireCarListAll
();
}
}
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/service/EquipFeignService.java
deleted
100644 → 0
View file @
00c71705
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jcs
.
api
.
service
;
import
org.springframework.cloud.openfeign.FeignClient
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
/**
* 装备服务feign
*
* @author Dell
*/
@FeignClient
(
name
=
"AMOS-EQUIPMANAGE"
,
path
=
"equip"
)
//@FeignClient(name = "AMOS-AUTOSYS", url = "http://172.16.10.66:8085", path = "fireAutoSys")
public
interface
EquipFeignService
{
/**
* 获取车辆列表
*
* @return
*/
@RequestMapping
(
value
=
"/car/list-all"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
Object
>
getFireCarListAll
();
}
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