Commit 49697c7a authored by Stephane Nicoll's avatar Stephane Nicoll

polishing

parent adb2205d
......@@ -132,7 +132,7 @@ public class HornetQAutoConfiguration {
*/
@Configuration
@ConditionalOnClass(name = EMBEDDED_JMS_CLASS)
@ConditionalOnExpression("'${spring.hornetq.embedded.enabled:true}' == 'true'")
@ConditionalOnExpression("${spring.hornetq.embedded.enabled:true}")
static class EmbeddedServerConfiguration {
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment