diff --git a/bnyer-auth/src/main/resources/bootstrap.yml b/bnyer-auth/src/main/resources/bootstrap.yml index 2a8a96e..45905e6 100644 --- a/bnyer-auth/src/main/resources/bootstrap.yml +++ b/bnyer-auth/src/main/resources/bootstrap.yml @@ -12,4 +12,4 @@ spring: name: bnyer-auth profiles: # 环境配置 - active: prod + active: dev diff --git a/bnyer-gateway/src/main/resources/bootstrap.yml b/bnyer-gateway/src/main/resources/bootstrap.yml index bb0cec9..f52b854 100644 --- a/bnyer-gateway/src/main/resources/bootstrap.yml +++ b/bnyer-gateway/src/main/resources/bootstrap.yml @@ -9,7 +9,7 @@ spring: name: bnyer-gateway profiles: # 环境配置 - active: prod + active: dev main: allow-circular-references: true allow-bean-definition-overriding: true diff --git a/bnyer-services/bnyer-file/src/main/resources/bootstrap.yml b/bnyer-services/bnyer-file/src/main/resources/bootstrap.yml index d4d11bb..687e6b7 100644 --- a/bnyer-services/bnyer-file/src/main/resources/bootstrap.yml +++ b/bnyer-services/bnyer-file/src/main/resources/bootstrap.yml @@ -12,7 +12,7 @@ spring: name: bnyer-file profiles: # 环境配置 - active: prod + active: dev servlet: multipart: maxFileSize: 27MB \ No newline at end of file diff --git a/bnyer-services/bnyer-img/src/main/resources/bootstrap.yml b/bnyer-services/bnyer-img/src/main/resources/bootstrap.yml index 013ca50..24a97ef 100644 --- a/bnyer-services/bnyer-img/src/main/resources/bootstrap.yml +++ b/bnyer-services/bnyer-img/src/main/resources/bootstrap.yml @@ -12,4 +12,4 @@ spring: name: bnyer-img profiles: # 环境配置 - active: prod + active: dev diff --git a/bnyer-services/bnyer-system/src/main/resources/bootstrap.yml b/bnyer-services/bnyer-system/src/main/resources/bootstrap.yml index a06073b..b9c22b8 100644 --- a/bnyer-services/bnyer-system/src/main/resources/bootstrap.yml +++ b/bnyer-services/bnyer-system/src/main/resources/bootstrap.yml @@ -12,4 +12,4 @@ spring: name: bnyer-system profiles: # 环境配置 - active: prod + active: dev