浏览代码

修改启动文件的错误

lixing 3 年之前
父节点
当前提交
11d89fe492
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -59,7 +59,7 @@ mybatis-plus:
 
 eureka:
   client:
-    register-with-eureka: ${register-with-eureka}:true
+    register-with-eureka: ${register-with-eureka:true}
 
 # com.persagy包的日志等级为info
 logging: