Attributes should be specified via @SpringBootApplication 和 idea运行时提示内存不足

警告信息

Attributes should be specified via @SpringBootApplication

因为:@SpringBootApplication注解中已经包含@EnableAutoConfiguration注解,不需要重复定义@EnableAutoConfiguration注解。

内存不足

Attributes should be specified via @SpringBootApplication 和 idea运行时提示内存不足_第1张图片

参考文章:【java.lang.OutOfMemoryError:GC overhead limit exceeded异常解决方法】_你头发掉啦的博客-CSDN博客 

你可能感兴趣的:(intellij-idea)