疯狂的狮子Li
2024-12-09 ed6f8262c6e511edd72f87c667b70eb35b01c6f2
ruoyi-admin/src/main/resources/application-dev.yml
@@ -2,7 +2,7 @@
spring.boot.admin.client:
  # 增加客户端开关
  enabled: true
  url: http://localhost:9090/admin
  url: http://localhost:9090
  instance:
    service-host-type: IP
    metadata:
@@ -25,6 +25,8 @@
  namespace: ${spring.profiles.active}
  # 随主应用端口飘逸
  port: 2${server.port}
  # 客户端ip指定
  host:
--- # 数据源配置
spring: