🐛Fix: 找不到主类

This commit is contained in:
2025-10-31 11:20:42 +08:00
parent bc204b8575
commit 3f262aa836
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>cn.hezhaohui.weather.WeatherApplication</mainClass>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
<plugin>