/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tunnel-server/src/main/resources/application.properties
21 строка
629 B
hengyunabc
Upgrade tunnel server to Spring Boot 3.5 (#3179)
24 апр 2026, 08:09
Не верифицирован
24 апр 2026, 08:09
b7d0f88
Код
Авторство
О чём код?
# arthas tunnel server host arthas.server.host=0.0.0.0 # arthas tunnel server port arthas.server.port=7777 # for all endpoints management.endpoints.web.exposure.include=* # default user name spring.security.user.name=arthas # If set to true, be sure to do security protection to ensure that the server will not be illegally accessed arthas.enable-detail-pages=false spring.cache.type=caffeine spring.cache.cache-names=inMemoryClusterCache spring.cache.caffeine.spec=maximumSize=3000,expireAfterAccess=3600s #arthas.embedded-redis.enabled=true #arthas.embedded-redis.settings=maxmemory 128M #spring.data.redis.host=127.0.0.1