随笔都是学习笔记
随笔仅供参考,为避免笔记中可能出现的错误误导他人,请勿转载。
摘要: 创建bean类和测试类: package test; import entity.User; import org.junit.Before; import org.junit.Test; import org.springframework.context.ApplicationContext; 阅读全文
posted @ 2022-05-25 13:59 时间完全不够用啊 阅读(642) 评论(0) 推荐(0) 编辑