inittime
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user