INTSAMPLES-10 added Twitter samples

This commit is contained in:
Oleg Zhurakousky
2010-11-18 14:10:17 -05:00
parent c5fabc21ca
commit f4e019da3f
17 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
log4j.rootCategory=INFO, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n
log4j.category.org.springframework=WARN
log4j.category.org.springframework.integration=INFO