소스 검색

修改启动文件的错误

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: