分支
用户 riku <risaku@163.com>
星期二, 八月 27, 2019 07:30 +0000
提交者 riku <risaku@163.com>
星期二, 八月 27, 2019 07:30 +0000
提交cf12bc45ccbb56e5026e3c2269f753b834a748ae
目录 3212536ddbf729ccac6e9db23532b9516a6743e7 目录 | zip | gz
上一版本 e074a057b0a9c11022c57185d6e559e45cea1b3a 查看 | 对比
1.完成socket的obd数据获取及数据库存储
2.完成获取obd数据的相关接口1个
已修改7个文件
已删除1个文件
已添加9个文件
373 ■■■■■ 文件已修改
pom.xml 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/ObdApplication.kt 14 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/ServletInitializer.kt 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/bean/BaseJson.kt 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/bean/ObdDataVo.kt 47 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/packgeinfo.kt 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/service/ObdDataService.kt 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/service/impl/ObdDataServiceImpl.kt 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/web/ObdDataController.kt 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/ObdDataRepository.kt 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/impl/ObdDataDaoImpl.kt 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/socket/DeviceSession.kt 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/socket/MessageManager.kt 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/socket/ServerHandler.kt 20 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/socket/SocketServerClient.kt 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/com/flightfeather/obd/ObdApplicationTests.kt 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史