Skip to content

Commit

Permalink
#1 Publish ContextStartedEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Aug 13, 2023
1 parent d19a6a9 commit 2dfc244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/openwms/wms/receiving/ReceivingRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
public class ReceivingRunner {

public static void main(String[] args) {
SpringApplication.run(ReceivingRunner.class, args);
var ctx = SpringApplication.run(ReceivingRunner.class, args);
ctx.start();
}
}

0 comments on commit 2dfc244

Please sign in to comment.