添加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

7
docker/nacos/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
# 基础镜像
FROM nacos/nacos-server
# author
LABEL org.opencontainers.image.authors="ruoyi"
# 复制conf文件到路径
COPY ./conf/application.properties /home/nacos/conf/application.properties