This commit is contained in:
Jesse-Ma
2022-12-09 14:16:15 +08:00
parent 17ff6e710c
commit 5cb7ee80b8
8 changed files with 127 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
server:
port: 3333
address: 127.0.0.1
port: 20000
spring:
codec:
max-in-memory-size: 128MB
@@ -13,4 +14,20 @@ spring:
password: flagnote1qazx
autoConnectRetry: true
socketKeepAlive: true
socketTimeout: 1000
socketTimeout: 1000
management:
# server:
# address: 127.0.0.1
# port: 29000
endpoint:
shutdown:
enabled: true
health:
enabled: true
endpoints:
web:
base-path: /f2w8u47ie56edc93/actuator
exposure:
include: shutdown,health