随笔分类 - Spring
Spring学习笔记
Spring依赖性和详细配置
摘要:属性在xml中的注入 javaBean public class Student { //普通类型 private String name; //引用类型 private Skill skill; //数组 private String[] util= new String[100]; //List
阅读全文
Spring项目构建
摘要:Spring项目构建 (maven)导入依赖 <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc --> <dependency> <groupId>org.springframework</groupI
阅读全文
浙公网安备 33010602011771号