目录一、新建Java-maven项目二、配置maven三、建立项目工程目录四、配置项目全局配置文件pom.XML五、创建并配置数据库连接文件application.yml六、配置启动类七、测试项目是否启动成功总结一、新建java-maven项目
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