Skip to content

Commit

Permalink
Fix devtime code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Apr 17, 2023
1 parent 8946c76 commit d8397f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class TestMyApplication {

public static void main(String[] args) {
SpringApplication.from(MyApplication::main).run(args);
SpringApplication.from(MyApplication::main).with(MyContainersConfiguration.class).run(args);
}

}

0 comments on commit d8397f2

Please sign in to comment.