文件名从 src/test/kotlin/com/flightfeather/obd/ObdApplicationTests.kt 修改 |
| | |
| | | package com.flightfeather.obd |
| | | package com.flightfeather.uav |
| | | |
| | | import com.flightfeather.obd.domain.mapper.ObdDataMapper |
| | | import com.flightfeather.obd.lightshare.bean.BaseJson |
| | | import com.flightfeather.obd.lightshare.bean.ObdDataVo |
| | | import com.flightfeather.uav.domain.mapper.ObdDataMapper |
| | | import com.flightfeather.uav.lightshare.bean.ObdDataVo |
| | | import com.google.gson.Gson |
| | | import org.junit.Test |
| | | import org.junit.runner.RunWith |
| | |
| | | |
| | | @RunWith(SpringRunner::class) |
| | | @SpringBootTest |
| | | class ObdApplicationTests { |
| | | class UAVApplicationTests { |
| | | |
| | | @Autowired |
| | | lateinit var obdDataMapper: ObdDataMapper |