From a4d8a137e70008bcf1b949fd55024d7e904f0fcb Mon Sep 17 00:00:00 2001 From: jyx <1584081113@qq.com> Date: Sun, 13 Jan 2019 17:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B9=8B=E9=97=B4=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../example/demo/SpringBootStartApplication.java | 14 -------------- demo/src/main/resources/static/bankCardManage.html | 2 +- demo/src/main/resources/static/index.html | 6 +++--- demo/src/main/resources/static/myOrders.html | 2 +- demo/src/main/resources/static/personalCenter.html | 14 +++++++------- demo/src/main/resources/static/productshow.html | 2 +- 6 files changed, 13 insertions(+), 27 deletions(-) delete mode 100644 demo/src/main/java/com/example/demo/SpringBootStartApplication.java diff --git a/demo/src/main/java/com/example/demo/SpringBootStartApplication.java b/demo/src/main/java/com/example/demo/SpringBootStartApplication.java deleted file mode 100644 index 79fe719..0000000 --- a/demo/src/main/java/com/example/demo/SpringBootStartApplication.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.example.demo; - -import javafx.application.Application; -import org.springframework.boot.builder.SpringApplicationBuilder; -import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; - -public class SpringBootStartApplication extends SpringBootServletInitializer { - - @Override - protected SpringApplicationBuilder configure(SpringApplicationBuilder builder) { - // 注意这里要指向原先用main方法执行的Application启动类 - return builder.sources(Application.class); - } -} diff --git a/demo/src/main/resources/static/bankCardManage.html b/demo/src/main/resources/static/bankCardManage.html index 5f47fa6..6ca6b11 100644 --- a/demo/src/main/resources/static/bankCardManage.html +++ b/demo/src/main/resources/static/bankCardManage.html @@ -16,7 +16,7 @@
- +
diff --git a/demo/src/main/resources/static/index.html b/demo/src/main/resources/static/index.html index a0fa7ad..0aaa5a5 100644 --- a/demo/src/main/resources/static/index.html +++ b/demo/src/main/resources/static/index.html @@ -144,19 +144,19 @@