Commit b3bda349 authored by wty's avatar wty

更改注册eureka1

parent 0a9b4397
...@@ -38,7 +38,7 @@ const dockerApp = new DockerApp({ ...@@ -38,7 +38,7 @@ const dockerApp = new DockerApp({
global.eureka = new Eureka({ global.eureka = new Eureka({
port, // 应用端口号 port, // 应用端口号
appName: 'dui123', // 应用名称 appName: 'dui123', // 应用名称
services: ['KJY-WEB'] // 依赖服务名 services: ['dui123'] // 依赖服务名
}) })
global.eureka.start().then(() => { global.eureka.start().then(() => {
......
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