修改权限逻辑

This commit is contained in:
lcj
2025-09-15 10:57:19 +08:00
parent 1bc2743dc7
commit 70537f34c4
137 changed files with 5988 additions and 426 deletions

View File

@ -11,7 +11,7 @@ WORKDIR /ruoyi/monitor
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
EXPOSE 9100
EXPOSE 19100
ADD ./target/ruoyi-monitor.jar ./app.jar

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9100
port: 19100
# Spring
spring: