摘要: 后端代码,实现WebMvcConfigurer类,重写addResourceHandlers方法,定义虚拟路径,同时有拦截时对/img/**放行 package com.seu.config; import org.springframework.context.annotation.Configu 阅读全文
posted @ 2020-12-09 18:54 小小穿梭机^^ 阅读(1696) 评论(0) 推荐(0) 编辑
摘要: List<Book> list = Lists.newArrayList(); list.add(new Book("1", "sql基础大全", 200)); list.add(new Book("2", "Java基础", 500)); System.out.println(list); Lis 阅读全文
posted @ 2020-12-09 18:47 小小穿梭机^^ 阅读(5984) 评论(0) 推荐(0) 编辑