疯狂的狮子Li
2024-07-01 c75857b1ea1f4582303b8fcc76c8e6a8d6c042bf
ruoyi-admin/src/main/resources/application-dev.yml
@@ -17,10 +17,11 @@
  token: "SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
  server:
    host: 127.0.0.1
    # 28080 端口 随着主应用端口漂移 避免集群冲突
    port: 2${server.port}
    port: 17888
  # 详见 script/sql/snail_job.sql `sj_namespace` 表
  namespace: ${spring.profiles.active}
  # 随主应用端口飘逸
  port: 2${server.port}
--- # 数据源配置
spring: