字符集

master
Number7 2024-08-05 20:42:39 +08:00
parent 3ee3c4eca1
commit faabe099d1
2 changed files with 3 additions and 3 deletions

View File

@ -11,5 +11,5 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-file","/home/uploadPath"]
#拷贝执行文件
COPY ./target/cloud-file.jar /home/app.jar
ENTRYPOINT ["java","-jar"]
ENTRYPOINT ["java","-Dfile.encoding=utf8","-jar"]
CMD ["/home/app.jar"]

View File

@ -5,11 +5,11 @@
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-server-parent</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-file</artifactId>
<artifactId>cloud-modules-file</artifactId>
<version>1.0.0</version>