Commit 7e452cfb4501814172076e330d7a372d27e26c33

Authored by 芯火源
1 parent 89829773

fix: NQTT找不到入口问题修复

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -41,7 +41,7 @@
41 41 <pkg.copyInstallScripts>false</pkg.copyInstallScripts>
42 42 <pkg.win.dist>${project.build.directory}/windows</pkg.win.dist>
43 43 <pkg.implementationTitle>ThingsBoard MQTT Transport Service</pkg.implementationTitle>
44   - <pkg.mainClass>org.thingsboard.server.tcp.ThingsboardMqttTransportApplication</pkg.mainClass>
  44 + <pkg.mainClass>org.thingsboard.server.mqtt.ThingsboardMqttTransportApplication</pkg.mainClass>
45 45 </properties>
46 46
47 47 <dependencies>
... ...