Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
big fix #47
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 10, 2020
1 parent 2ac964e commit e83e9ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author leijuan
*/
@Configuration
@ConditionalOnExpression("'${rsocket.port}'!='0'")
@ConditionalOnExpression("${rsocket.port:0}!=0")
public class RSocketListenerAutoConfiguration {

@Bean(initMethod = "start", destroyMethod = "stop")
Expand Down

0 comments on commit e83e9ba

Please sign in to comment.