From 2bf337ab074f1c047c4f4e4df29ed994d3decaf1 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 17 九月 2019 13:57:32 +0800 Subject: [PATCH] 修改一些属性及类的命名 --- 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