Skip to content

Commit d5ee7de

Browse files
authored
Update pom.xml
Fixed start-class in pom
1 parent 062ea56 commit d5ee7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-mvc-birt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<properties>
7777
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
78-
<start-class>com.baeldung.springbootmvc.SpringBootMvcApplication</start-class>
78+
<start-class>com.baeldung.birt.engine.ReportEngineApplication</start-class>
7979
<maven.compiler.source>1.8</maven.compiler.source>
8080
<maven.compiler.target>1.8</maven.compiler.target>
8181
</properties>

0 commit comments

Comments
 (0)