Pre Merge pull request !26 from Lee.J.Eric/master
commit
699b4e2d97
|
|
@ -20,7 +20,7 @@ public abstract class AbstractBusProducer {
|
||||||
@Resource
|
@Resource
|
||||||
protected ServiceMatcher serviceMatcher;
|
protected ServiceMatcher serviceMatcher;
|
||||||
|
|
||||||
@Value("{spring.application.name}")
|
@Value("${spring.application.name}")
|
||||||
protected String applicationName;
|
protected String applicationName;
|
||||||
|
|
||||||
protected void publishEvent(RemoteApplicationEvent event) {
|
protected void publishEvent(RemoteApplicationEvent event) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue