医生的个人信息初始化模块

master
Shi Xu Chao 2023-10-29 15:31:51 +08:00
parent dbcdc1326d
commit 5b1cbb5578
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM anolis-registry.cn-zhangjiakou.cr.aliyuncs.com/openanolis/openjdk:17-8.6
# 暴露端口号
EXPOSE 10086/tcp
EXPOSE 10007/tcp
# 挂载目录位置

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 10086
port: 10007
# Spring
spring: