From 58a16c3340f92a1ec0362565020f31de56faaf3e Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 19 九月 2019 16:35:48 +0800 Subject: [PATCH] 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