polishing
This commit is contained in:
parent
adb2205dd9
commit
49697c7ad7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue