From cf12bc45ccbb56e5026e3c2269f753b834a748ae Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 27 八月 2019 15:30:50 +0800 Subject: [PATCH] 1.完成socket的obd数据获取及数据库存储 2.完成获取obd数据的相关接口1个 --- src/main/kotlin/com/flightfeather/obd/ServletInitializer.kt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/obd/ServletInitializer.kt b/src/main/kotlin/com/flightfeather/obd/ServletInitializer.kt index 36cc6d5..cfb618c 100644 --- a/src/main/kotlin/com/flightfeather/obd/ServletInitializer.kt +++ b/src/main/kotlin/com/flightfeather/obd/ServletInitializer.kt @@ -1,5 +1,7 @@ package com.flightfeather.obd +import org.springframework.boot.autoconfigure.EnableAutoConfiguration +import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration import org.springframework.boot.builder.SpringApplicationBuilder import org.springframework.boot.web.servlet.support.SpringBootServletInitializer -- Gitblit v1.9.3