[AppleScript] 纯文本查看 复制代码
endpoints.configprops.enabled=true
endpoints.configprops.keys-to-sanitize=password,secret endpoints.dump.id=dump
endpoints.dump.sensitive=true endpoints.dump.enabled=true endpoints.env.id=env endpoints.env.sensitive=true endpoints.env.enabled=true endpoints.health.id=health endpoints.health.sensitive=false endpoints.health.enabled=true endpoints.info.id=info endpoints.info.sensitive=false endpoints.info.enabled=true endpoints.metrics.id=metrics endpoints.metrics.sensitive=true endpoints.metrics.enabled=true endpoints.shutdown.id=shutdown endpoints.shutdown.sensitive=true endpoints.shutdown.enabled=false endpoints.trace.id=trace endpoints.trace.sensitive=true endpoints.trace.enabled=true
#MVC ONLY ENDPOINTS
endpoints.jolokia.path=jolokia endpoints.jolokia.sensitive=true endpoints.jolokia.enabled=true # when using Jolokia endpoints.error.path=/error
#JMX ENDPOINT (EndpointMBeanExportProperties) endpoints.jmx.enabled=true
endpoints.jmx.domain= # the JMX domain, defaults to 'org.springboot' endpoints.jmx.unique-names=false
endpoints.jmx.enabled=true endpoints.jmx.staticNames=
#JOLOKIA (JolokiaProperties) jolokia.config.*= # See Jolokia manual
#REMOTE SHELL
shell.auth=simple # jaas, key, simple, spring shell.command-refresh-interval=-1
shell.command-path-pattern= # classpath:/commands/, classpath:/crash/commands/ shell.config-path-patterns= # classpath:/crash/
shell.disabled-plugins=false # don't expose plugins
shell.ssh.enabled= # ssh settings ... shell.ssh.keyPath=
shell.ssh.port=
shell.telnet.enabled= # telnet settings ... shell.telnet.port=
shell.auth.jaas.domain= # authentication settings ... shell.auth.key.path=
shell.auth.simple.user.name= shell.auth.simple.user.password= shell.auth.spring.roles=
#GIT INFO
spring.git.properties= # resource ref to generated git info properties file