Skip to content

Commit 36a5b03

Browse files
committed
renaming file
1 parent 381a292 commit 36a5b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ public class SwaggerYMLApplication {
99

1010
public static void main(String[] args) {
1111
new SpringApplicationBuilder(SwaggerYMLApplication.class)
12-
.properties("spring.config.name=application-yml")
13-
.run(args);
12+
.properties("spring.config.name=application-yml")
13+
.run(args);
1414
}
1515

1616
}

0 commit comments

Comments
 (0)