fuyongxin
2026-06-03 e2126944eb47eb144d1142d848aaa1fc5ee7fccc
修改ruoyi-改为sgd
5 files renamed
12 ■■■■ changed files
sgd-gateway/src/main/resources/bootstrap.yml 4 ●●●● patch | view | raw | blame | history
sgd-modules/sgd-file/src/main/resources/bootstrap.yml 2 ●●● patch | view | raw | blame | history
sgd-modules/sgd-gen/src/main/resources/bootstrap.yml 2 ●●● patch | view | raw | blame | history
sgd-modules/sgd-job/src/main/resources/bootstrap.yml 2 ●●● patch | view | raw | blame | history
sgd-modules/sgd-system/src/main/resources/bootstrap.yml 2 ●●● patch | view | raw | blame | history
sgd-gateway/src/main/resources/bootstrap.yml
File was renamed from ruoyi-gateway/src/main/resources/bootstrap.yml
@@ -6,7 +6,7 @@
spring: 
  application:
    # 应用名称
    name: ruoyi-gateway
    name: sgd-gateway
  profiles:
    # 环境配置
    active: dev
@@ -33,7 +33,7 @@
        ds1:
          nacos:
            server-addr: 127.0.0.1:8848
            dataId: sentinel-ruoyi-gateway
            dataId: sentinel-sgd-gateway
            groupId: DEFAULT_GROUP
            data-type: json
            rule-type: gw-flow
sgd-modules/sgd-file/src/main/resources/bootstrap.yml
File was renamed from ruoyi-modules/ruoyi-file/src/main/resources/bootstrap.yml
@@ -6,7 +6,7 @@
spring: 
  application:
    # 应用名称
    name: ruoyi-file
    name: sgd-file
  profiles:
    # 环境配置
    active: dev
sgd-modules/sgd-gen/src/main/resources/bootstrap.yml
File was renamed from ruoyi-modules/ruoyi-gen/src/main/resources/bootstrap.yml
@@ -6,7 +6,7 @@
spring: 
  application:
    # 应用名称
    name: ruoyi-gen
    name: sgd-gen
  profiles:
    # 环境配置
    active: dev
sgd-modules/sgd-job/src/main/resources/bootstrap.yml
File was renamed from ruoyi-modules/ruoyi-job/src/main/resources/bootstrap.yml
@@ -6,7 +6,7 @@
spring: 
  application:
    # 应用名称
    name: ruoyi-job
    name: sgd-job
  profiles:
    # 环境配置
    active: dev
sgd-modules/sgd-system/src/main/resources/bootstrap.yml
File was renamed from ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml
@@ -6,7 +6,7 @@
spring: 
  application:
    # 应用名称
    name: ruoyi-system
    name: sgd-system
  profiles:
    # 环境配置
    active: dev