随笔分类 -  JAVA

摘要:上菜代码 搞起来 public class Person { int id ; int age; String school; Person(int id,int age,String school){ this.id = id; this.age = age; this.school = scho 阅读全文
posted @ 2022-07-24 12:42 向往的人生 阅读(82) 评论(0) 推荐(0)
摘要:IOC: spring bean xml注入方式: 1. Spring注解开发: @Controller@Service@Repository这三个注解和Component是一个东西@Scope作用范围 阅读全文
posted @ 2022-04-29 14:09 向往的人生 阅读(65) 评论(0) 推荐(0)