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
cc61d92b88
spring-boot
/
spring-boot-samples
/
spring-boot-sample-integration
/
src
/
main
/
resources
/
application.properties
3 lines
67 B
Properties
Raw
Normal View
History
Unescape
Escape
[bs-19] Add samples and CLI support for Spring Integration $ cd spring-bootstrap-cli $ export SPRING_HOME=target $ src/main/scripts/spring run samples/integration.groovy The big disadvantage at the moment is that there is no goo way to detect Spring Integration in the AST (at least not as good as @Enable*). So for now we are looking for @MessageEndpoint or a class name with SpringIntegration in it. [#48151147]
2013-04-25 23:06:17 +08:00
logging.file
:
/tmp/logs/app.log
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
debug
:
true