目录1.Bean的声明与注册1.1 基于XML配置1.2 基于注解(主流方式)1.3 基于Java Config2.Bean的作用域(Scope)3.Bean的生命周期管理4.依赖注入(DI)4.1 注入方式4.2 条件化注入5.Bean的懒加载与预初始化6.高级管理特
I have an application that I am building that needs to modify a configuration file. My problem is that I am not able to read the file in line by line.I keep geeting the the entire file as a single st