Sync docs from master to gh-pages

This commit is contained in:
Dave Syer
2015-08-18 08:24:37 +00:00
parent 7ea28e2b07
commit c77e868a33

View File

@@ -428,7 +428,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
@ComponentScan(basePackageClasses=TimerSource.class)
public class ModuleApplication {
public static void main(String[] args) throws InterruptedException {
public static void main(String[] args) {
SpringApplication.run(ModuleApplication.class, args);
}
@@ -624,7 +624,7 @@ The main set of samples are "vanilla" in the sense that they are not deployable
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-08-17 21:29:29 UTC
Last updated 2015-08-18 08:22:26 UTC
</div>
</div>
</body>