gufengshou1 преди 1 година
родител
ревизия
e1feabd76a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ad-engine-commons/src/main/java/com/tzld/piaoquan/ad/engine/commons/config/MqConfig.java

+ 1 - 1
ad-engine-commons/src/main/java/com/tzld/piaoquan/ad/engine/commons/config/MqConfig.java

@@ -21,7 +21,7 @@ public class MqConfig {
     @Value("${rocketmq.tag}")
     private String tag;
 
-    public Properties getMqPropertie() {
+    public Properties getMqProperties() {
         Properties properties = new Properties();
         properties.setProperty("AccessKey", this.accessKey);
         properties.setProperty("SecretKey", this.secretKey);