This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-boot
mirror of
https://github.com/spring-projects/spring-boot.git
Watch
1
Star
0
Fork
You've already forked spring-boot
0
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
a19a28062f
spring-boot
/
spring-boot-samples
/
spring-boot-sample-integration
/
src
/
main
/
resources
/
application.properties
3 lines
82 B
Properties
Raw
Normal View
History
Unescape
Escape
Add logging.level to application.properties E.g. logging.level.org.springframework: DEBUG logging.level.org.hibernate: WARN Fixed gh-788
2014-06-27 21:56:39 +08:00
logging.level.org.springframework.integration.file
:
DEBUG
Align expectations of various JMX configurations They all want to create an MBeanServer and when that happens user sees no MBeans, or sometimes just one set (Spring Core, Spring Integration or Spring Boot). To harmonise them we create a @Bean of type MBeanServer and link to it in the other autoconfigs Fixes gh-1046
2014-06-06 23:10:56 +08:00
service.greeting
:
Hello