diff --git a/ludu-job-admin/ludu-job-admin-biz/run.sh b/ludu-job-admin/ludu-job-admin-biz/run.sh index 78130d9c5..3627248c1 100644 --- a/ludu-job-admin/ludu-job-admin-biz/run.sh +++ b/ludu-job-admin/ludu-job-admin-biz/run.sh @@ -5,7 +5,7 @@ app_version='1.0.0' #profile_active='prod' # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-job-admin/ludu-job-admin-biz/src/main/resources/bootstrap.yaml b/ludu-job-admin/ludu-job-admin-biz/src/main/resources/bootstrap.yaml index d3b797b92..d141e6173 100644 --- a/ludu-job-admin/ludu-job-admin-biz/src/main/resources/bootstrap.yaml +++ b/ludu-job-admin/ludu-job-admin-biz/src/main/resources/bootstrap.yaml @@ -4,7 +4,7 @@ spring: main: allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 9090 diff --git a/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh b/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh index 44c011f2a..d3e526e48 100644 --- a/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh +++ b/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-datacenter/ludu-module-datacenter-biz/src/main/resources/bootstrap.yaml b/ludu-module-datacenter/ludu-module-datacenter-biz/src/main/resources/bootstrap.yaml index 0aa5acc8c..b6a32c07d 100644 --- a/ludu-module-datacenter/ludu-module-datacenter-biz/src/main/resources/bootstrap.yaml +++ b/ludu-module-datacenter/ludu-module-datacenter-biz/src/main/resources/bootstrap.yaml @@ -4,7 +4,7 @@ spring: main: allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 48092 diff --git a/ludu-module-hiking/ludu-module-hiking-biz/run.sh b/ludu-module-hiking/ludu-module-hiking-biz/run.sh index 07b83c01d..c7a566835 100644 --- a/ludu-module-hiking/ludu-module-hiking-biz/run.sh +++ b/ludu-module-hiking/ludu-module-hiking-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-hiking/ludu-module-hiking-biz/src/main/resources/bootstrap.yaml b/ludu-module-hiking/ludu-module-hiking-biz/src/main/resources/bootstrap.yaml index 884446dc5..3a34aacf2 100644 --- a/ludu-module-hiking/ludu-module-hiking-biz/src/main/resources/bootstrap.yaml +++ b/ludu-module-hiking/ludu-module-hiking-biz/src/main/resources/bootstrap.yaml @@ -4,7 +4,7 @@ spring: main: allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 48094 diff --git a/ludu-module-parking/ludu-module-parking-biz/run.sh b/ludu-module-parking/ludu-module-parking-biz/run.sh index c7612019f..d67caa0ef 100644 --- a/ludu-module-parking/ludu-module-parking-biz/run.sh +++ b/ludu-module-parking/ludu-module-parking-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-parking/ludu-module-parking-biz/src/main/resources/bootstrap.yaml b/ludu-module-parking/ludu-module-parking-biz/src/main/resources/bootstrap.yaml index 8af410c0a..852cf4d9c 100644 --- a/ludu-module-parking/ludu-module-parking-biz/src/main/resources/bootstrap.yaml +++ b/ludu-module-parking/ludu-module-parking-biz/src/main/resources/bootstrap.yaml @@ -4,7 +4,7 @@ spring: main: allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 48090 diff --git a/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh b/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh index 7ea08fc77..074f91f88 100644 --- a/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh +++ b/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-ticketing/ludu-module-ticketing-biz/src/main/resources/bootstrap.yaml b/ludu-module-ticketing/ludu-module-ticketing-biz/src/main/resources/bootstrap.yaml index e413d596d..c20367b7f 100644 --- a/ludu-module-ticketing/ludu-module-ticketing-biz/src/main/resources/bootstrap.yaml +++ b/ludu-module-ticketing/ludu-module-ticketing-biz/src/main/resources/bootstrap.yaml @@ -4,7 +4,7 @@ spring: main: allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 48088 diff --git a/yudao-gateway/run.sh b/yudao-gateway/run.sh index bd7d3d417..35a1da8a7 100644 --- a/yudao-gateway/run.sh +++ b/yudao-gateway/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/yudao-gateway/src/main/resources/bootstrap.yaml b/yudao-gateway/src/main/resources/bootstrap.yaml index bf7089f2c..07108c6f7 100644 --- a/yudao-gateway/src/main/resources/bootstrap.yaml +++ b/yudao-gateway/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: gateway-server profiles: - active: local + active: dev server: port: 48080 diff --git a/yudao-module-infra/yudao-module-infra-biz/run.sh b/yudao-module-infra/yudao-module-infra-biz/run.sh index e6406c3a2..b026dafc6 100644 --- a/yudao-module-infra/yudao-module-infra-biz/run.sh +++ b/yudao-module-infra/yudao-module-infra-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/bootstrap.yaml b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/bootstrap.yaml index 580bdfbf8..9f69cdb6e 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/bootstrap.yaml +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/bootstrap.yaml @@ -4,7 +4,7 @@ spring: main: allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 48082 diff --git a/yudao-module-system/yudao-module-system-biz/run.sh b/yudao-module-system/yudao-module-system-biz/run.sh index c6f56549c..f46c341b2 100644 --- a/yudao-module-system/yudao-module-system-biz/run.sh +++ b/yudao-module-system/yudao-module-system-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker buildx build -f Dockerfile -t ${app_name}:${app_version} . +docker build build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap.yaml b/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap.yaml index 913f2a508..d5e0ebfab 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap.yaml +++ b/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap.yaml @@ -5,7 +5,7 @@ spring: allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Feign 等会存在重复定义的服务 profiles: - active: local + active: dev server: port: 48081