打包测试

pull/2/head
perry 2023-05-18 14:47:40 +08:00
parent 58f6be0108
commit e007c7f2f6
3 changed files with 4 additions and 2 deletions

View File

@ -16,4 +16,4 @@ ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms512m -Xmx512m"
EXPOSE 48080
## 启动后端项目
CMD java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar -Dspring.profiles.active=dev app.jar
CMD java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar app.jar

View File

@ -1,5 +1,7 @@
server:
port: 48080
servlet:
context-path: /cyywl-api
--- #################### 数据库相关配置 ####################

View File

@ -1,7 +1,7 @@
server:
port: 48080
servlet:
context-path: /admin-api
context-path: /
--- #################### 数据库相关配置 ####################