Skip to content

Commit 220296d

Browse files
committed
Rename SpringBootApplication
1 parent 9630e43 commit 220296d

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
@@ -12,8 +12,8 @@
1212
@ConfigurationPropertiesScan
1313
@EnableScheduling
1414
@SuppressWarnings("PMD.UseUtilityClass")
15-
public class MicroServiceApplication {
15+
public class CaptchaServiceApplication {
1616
public static void main(final String[] args) {
17-
SpringApplication.run(MicroServiceApplication.class, args);
17+
SpringApplication.run(CaptchaServiceApplication.class, args);
1818
}
1919
}

0 commit comments

Comments
 (0)