Skip to content

Commit

Permalink
fix: Add spring boot to AllExtensionsIIoTInit (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe authored Oct 3, 2024
1 parent beada3a commit 8d15701
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
import org.apache.streampipes.sinks.notifications.jvm.NotificationsExtensionModuleExport;
import org.apache.streampipes.wrapper.standalone.runtime.StandaloneStreamPipesRuntimeProvider;

import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class AllExtensionsIIoTInit extends StreamPipesExtensionsServiceBase {

public static void main(String[] args) {
Expand Down

0 comments on commit 8d15701

Please sign in to comment.