Browse Source

Merge branch '1.3.x'

pull/6304/head
Stephane Nicoll 10 years ago
parent
commit
00a56cdf31
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -4099,6 +4099,7 @@ For instance, the following exposes another factory that uses a specific @@ -4099,6 +4099,7 @@ For instance, the following exposes another factory that uses a specific
Then you can use in any `@JmsListener`-annotated method as follows:
[source,java,indent=0]
[subs="verbatim,quotes"]
----
@Component
public class MyBean {
@ -4241,6 +4242,7 @@ For instance, the following exposes another factory that uses a specific @@ -4241,6 +4242,7 @@ For instance, the following exposes another factory that uses a specific
Then you can use in any `@RabbitListener`-annotated method as follows:
[source,java,indent=0]
[subs="verbatim,quotes"]
----
@Component
public class MyBean {

Loading…
Cancel
Save