Explorar el Código

修改启动文件的错误

lixing hace 3 años
padre
commit
11d89fe492
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: