摘要:
后端代码,实现WebMvcConfigurer类,重写addResourceHandlers方法,定义虚拟路径,同时有拦截时对/img/**放行 package com.seu.config; import org.springframework.context.annotation.Configu 阅读全文
摘要:
List<Book> list = Lists.newArrayList(); list.add(new Book("1", "sql基础大全", 200)); list.add(new Book("2", "Java基础", 500)); System.out.println(list); Lis 阅读全文