目录1.引入junit测试依赖及其他相关依赖2.添加配置文件1)- log4j2配置文件2)-bootstrap.yml3.在测试文件中新建启动文件4.在src的目录下添加分页查询的配置文件5.编写测试类总结以mapper为例编写测试单元
i have a python script, that submits an job to the SGE (Sun Grid Engine). When the job is done i want to access the output file, generated from the SGE job.