fix: args passed to SpringApplication#run
This commit is contained in:
parent
ee6c6eda02
commit
6fb6ca275c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
|
||||||
public class Main {
|
public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(Main.class);
|
SpringApplication.run(Main.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue