Skip to content

Commit 381a292

Browse files
committed
moving SwaggerYML to main
1 parent b8a11cb commit 381a292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-modules/spring-boot-springdoc/src/main/resources/swaggeryml/SwaggerymlApplication.java renamed to spring-boot-modules/spring-boot-springdoc/src/main/java/com/baeldung/swaggeryml/SwaggerymlApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import org.springframework.boot.builder.SpringApplicationBuilder;
66

77
@SpringBootApplication
8-
public class SwaggerymlApplication {
8+
public class SwaggerYMLApplication {
99

1010
public static void main(String[] args) {
11-
new SpringApplicationBuilder(SwaggerymlApplication.class)
11+
new SpringApplicationBuilder(SwaggerYMLApplication.class)
1212
.properties("spring.config.name=application-yml")
1313
.run(args);
1414
}

0 commit comments

Comments
 (0)