Revert "springboot未授权访问漏洞修改"

This reverts commit 111920822b.
This commit is contained in:
sxu 2024-09-28 13:35:55 +08:00
parent 111920822b
commit 1327e1c4ea
3 changed files with 0 additions and 17 deletions

View File

@ -2,11 +2,6 @@
server: server:
port: 49200 port: 49200
# Spring Boot Actuator V2中风险漏洞处理禁止远程端口访问
management:
endpoint:
env:
enabled: false
# Spring # Spring
spring: spring:
application: application:

View File

@ -2,12 +2,6 @@
server: server:
port: 49080 port: 49080
# Spring Boot Actuator V2中风险漏洞处理禁止远程端口访问
management:
endpoint:
env:
enabled: false
# Spring # Spring
spring: spring:
application: application:

View File

@ -2,12 +2,6 @@
server: server:
port: 49201 port: 49201
# Spring Boot Actuator V2中风险漏洞处理禁止远程端口访问
management:
endpoint:
env:
enabled: false
# Spring # Spring
spring: spring:
application: application: