mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-22 15:02:16 +02:00
Merge pull request #280 from drwetter/master
Adding more springboot entrypoints Source: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready-endpoints
This commit is contained in:
commit
067e5cfc01
1 changed files with 7 additions and 0 deletions
|
|
@ -9,9 +9,16 @@ env
|
|||
info
|
||||
dump
|
||||
configprops
|
||||
cloudfoundryapplication
|
||||
features
|
||||
flyway
|
||||
liquibase
|
||||
mappings
|
||||
shutdown
|
||||
version
|
||||
auditevents
|
||||
beans
|
||||
actuator
|
||||
actuator/dump
|
||||
actuator/trace
|
||||
actuator/logfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue