控制台错误提示:Error injecting constructor, java.lang.ExceptionInInitializerError: Cannot access defaults field of Properties
解决方案在pom.xml 的project下的build中加入以下代码
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</pluginManagement>
果然,这个世界遍地都是大佬,我会的别人都会,我不会的别人也会,我直接躺平了,等着知识来侵犯我吧!