From c0bd7dee3ed256cc0e3ef45f3f9c6a868086af2d Mon Sep 17 00:00:00 2001 From: mrbird <852252810@qq.com> Date: Wed, 2 May 2018 15:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AFSpring=20Boot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {1.Start-Spring-Boot => 01.Start-Spring-Boot}/pom.xml | 0 .../src/main/java/com/springboot/demo/DemoApplication.java | 0 .../src/main/resources/application.properties | 0 .../src/test/java/com/springboot/demo/DemoApplicationTests.java | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {1.Start-Spring-Boot => 01.Start-Spring-Boot}/pom.xml (100%) rename {1.Start-Spring-Boot => 01.Start-Spring-Boot}/src/main/java/com/springboot/demo/DemoApplication.java (100%) rename {1.Start-Spring-Boot => 01.Start-Spring-Boot}/src/main/resources/application.properties (100%) rename {1.Start-Spring-Boot => 01.Start-Spring-Boot}/src/test/java/com/springboot/demo/DemoApplicationTests.java (100%) diff --git a/1.Start-Spring-Boot/pom.xml b/01.Start-Spring-Boot/pom.xml similarity index 100% rename from 1.Start-Spring-Boot/pom.xml rename to 01.Start-Spring-Boot/pom.xml diff --git a/1.Start-Spring-Boot/src/main/java/com/springboot/demo/DemoApplication.java b/01.Start-Spring-Boot/src/main/java/com/springboot/demo/DemoApplication.java similarity index 100% rename from 1.Start-Spring-Boot/src/main/java/com/springboot/demo/DemoApplication.java rename to 01.Start-Spring-Boot/src/main/java/com/springboot/demo/DemoApplication.java diff --git a/1.Start-Spring-Boot/src/main/resources/application.properties b/01.Start-Spring-Boot/src/main/resources/application.properties similarity index 100% rename from 1.Start-Spring-Boot/src/main/resources/application.properties rename to 01.Start-Spring-Boot/src/main/resources/application.properties diff --git a/1.Start-Spring-Boot/src/test/java/com/springboot/demo/DemoApplicationTests.java b/01.Start-Spring-Boot/src/test/java/com/springboot/demo/DemoApplicationTests.java similarity index 100% rename from 1.Start-Spring-Boot/src/test/java/com/springboot/demo/DemoApplicationTests.java rename to 01.Start-Spring-Boot/src/test/java/com/springboot/demo/DemoApplicationTests.java