疯狂的狮子Li
2024-10-17 7171ed150861c30dd1daf6a6a8cba34d68d40868
ruoyi-admin/src/main/resources/application-dev.yml
@@ -5,8 +5,11 @@
  url: http://localhost:9090/admin
  instance:
    service-host-type: IP
  username: ruoyi
  password: 123456
    metadata:
      username: ${spring.boot.admin.client.username}
      userpassword: ${spring.boot.admin.client.password}
  username: @monitor.username@
  password: @monitor.password@
--- # snail-job 配置
snail-job:
@@ -22,6 +25,8 @@
  namespace: ${spring.profiles.active}
  # 随主应用端口飘逸
  port: 2${server.port}
  # 客户端ip指定
  host:
--- # 数据源配置
spring: