Spring入门笔记2

1. Spring整合junit

注意:spring5.x必须对应junit4.12及以上版本,否则报init初始化错误

就是为了避免重复代码

这些写一次就好了.png

Spring入门笔记1

1. 程序耦合度/spring的作用/ioc的原理

以前的程序存在两点不足:

  1. 诸如一些配置信息写在了类中,编译后改不了了,比如数据库的连接信息,如果是写在类中,以后想换数据库就只能动手改源码。解决办法就是通过读取xml或者properties的方式,编译后xml也还在,以后想修改数据库就可以只改变xml的内容。
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×