Pre Merge pull request !26 from Lee.J.Eric/master

pull/26/MERGE
Lee.J.Eric 2023-03-11 02:04:34 +00:00 committed by Gitee
commit 699b4e2d97
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public abstract class AbstractBusProducer {
@Resource
protected ServiceMatcher serviceMatcher;
@Value("{spring.application.name}")
@Value("${spring.application.name}")
protected String applicationName;
protected void publishEvent(RemoteApplicationEvent event) {