Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
43605405
Commit
43605405
authored
Jun 18, 2015
by
izeye
Committed by
Stephane Nicoll
Jun 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix default MBeanServer bean name in doc
Closes gh-3283
parent
b2960a72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+1
-1
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
No files found.
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
43605405
...
...
@@ -102,7 +102,7 @@
"name"
:
"spring.jmx.server"
,
"type"
:
"java.lang.String"
,
"description"
:
"MBeanServer bean name."
,
"defaultValue"
:
"m
B
eanServer"
"defaultValue"
:
"m
b
eanServer"
},
{
"name"
:
"spring.jpa.open-in-view"
,
...
...
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
43605405
...
...
@@ -447,7 +447,7 @@ content into your application; rather pick only the properties that you need.
# JMX
spring.jmx.default-domain= # JMX domain name
spring.jmx.enabled=true # Expose MBeans from Spring
spring.jmx.server=m
B
eanServer # MBeanServer bean name
spring.jmx.server=m
b
eanServer # MBeanServer bean name
# RABBIT ({sc-spring-boot-autoconfigure}/amqp/RabbitProperties.{sc-ext}[RabbitProperties])
spring.rabbitmq.addresses= # connection addresses (e.g. myhost:9999,otherhost:1111)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment