初始化

master
面包骑士 2024-07-28 15:30:43 +08:00
parent dcfababc42
commit c776963662
3 changed files with 16 additions and 3 deletions

12
DockerFile 100644
View File

@ -0,0 +1,12 @@
# |- home
# |- app.jar
# |- logs
FROM openjdk:17-jdk
WORKDIR /home
VOLUME ["/home/logs/cloud-system"]
COPY ./target/cloud-system.jar /home/app.jar
ENTRYPOINT ["java","-jar","/home/app.jar"]

View File

@ -9,10 +9,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-modules-system</artifactId>
<artifactId>cloud-system</artifactId>
<description>
cloud-modules-system系统模块
cloud-system系统模块
</description>
<dependencies>

View File

@ -1,6 +1,7 @@
# Tomcat
server:
port: 9701
port: 10001
address: 0.0.0.0
# nacos线上地址
nacos: