摘要: /** * springboot启动类 */ @SpringBootApplication @EnableCaching // 开启缓存 public class SpringbootCacheApplication { public static void main(String[] args) 阅读全文
posted @ 2020-11-03 19:35 RowanG 阅读(193) 评论(0) 推荐(0)
摘要: 异常 程序中的异常 程序在运行过程中,发生了非正常的事件,影响了程序的执行,叫做异常。 异常大的种类 1)不可控的异常 Exception in thread "main" java.lang.OutOfMemoryError: Java heap space ​ at com.sxt.day03. 阅读全文
posted @ 2020-11-03 09:02 RowanG 阅读(43) 评论(0) 推荐(0)