添加google-style 格式化maven插件,fix utf8文件编码问题

This commit is contained in:
Galudisu
2025-12-14 15:00:22 +08:00
parent f53b783049
commit a5fb62f1e5
300 changed files with 21281 additions and 25221 deletions

View File

@@ -69,7 +69,7 @@ services:
container_name: ruoyi-gateway
build:
context: ./ruoyi/gateway
dockerfile: dockerfile
dockerfile: ruoyi/gateway/Dockerfile
ports:
- "8080:8080"
depends_on:
@@ -80,7 +80,7 @@ services:
container_name: ruoyi-auth
build:
context: ./ruoyi/auth
dockerfile: dockerfile
dockerfile: ruoyi/auth/Dockerfile
ports:
- "9200:9200"
depends_on:
@@ -91,7 +91,7 @@ services:
container_name: ruoyi-modules-system
build:
context: ./ruoyi/modules/system
dockerfile: dockerfile
dockerfile: ruoyi/modules/system/Dockerfile
ports:
- "9201:9201"
depends_on:
@@ -104,7 +104,7 @@ services:
container_name: ruoyi-modules-gen
build:
context: ./ruoyi/modules/gen
dockerfile: dockerfile
dockerfile: ruoyi/modules/gen/Dockerfile
ports:
- "9202:9202"
depends_on:
@@ -115,7 +115,7 @@ services:
container_name: ruoyi-modules-job
build:
context: ./ruoyi/modules/job
dockerfile: dockerfile
dockerfile: ruoyi/modules/job/Dockerfile
ports:
- "9203:9203"
depends_on:
@@ -126,7 +126,7 @@ services:
container_name: ruoyi-modules-file
build:
context: ./ruoyi/modules/file
dockerfile: dockerfile
dockerfile: ruoyi/modules/file/Dockerfile
ports:
- "9300:9300"
volumes:
@@ -135,6 +135,6 @@ services:
container_name: ruoyi-visual-monitor
build:
context: ./ruoyi/visual/monitor
dockerfile: dockerfile
dockerfile: ruoyi/visual/monitor/Dockerfile
ports:
- "9100:9100"