Commit ea5c59eb by chenzy

【新增】深铁同步系统数据

parent cf196751
...@@ -23,7 +23,7 @@ import java.util.List; ...@@ -23,7 +23,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;
@RestController @RestController
@RequestMapping("/syncdata") @RequestMapping("/")
public class SyncDataController { public class SyncDataController {
@Autowired @Autowired
......
server: server:
port: 8765 port: 8186
spring: spring:
application: application:
name: syncData name: syncdata
cloud: cloud:
openfeign: openfeign:
httpclient: httpclient:
...@@ -11,7 +11,7 @@ spring: ...@@ -11,7 +11,7 @@ spring:
ok-http: ok-http:
read-timeout: 5000 read-timeout: 5000
profiles: profiles:
active: local active: default
management: management:
metrics: metrics:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment