From b748adcc10a33aff8959556c8103da3782718447 Mon Sep 17 00:00:00 2001 From: OKAMI Date: Thu, 18 Jul 2019 10:49:48 +0700 Subject: [PATCH] add main class --- SpringBoot/.idea/compiler.xml | 18 ++ SpringBoot/.idea/encodings.xml | 6 + SpringBoot/.idea/misc.xml | 14 + SpringBoot/.idea/workspace.xml | 282 ++++++++++++++++++ SpringBoot/pom.xml | 50 ++++ .../src/main/java/springboot/Application.java | 12 + .../src/main/java/springboot/Greeting.java | 21 ++ .../java/springboot/GreetingController.java | 19 ++ 8 files changed, 422 insertions(+) create mode 100644 SpringBoot/.idea/compiler.xml create mode 100644 SpringBoot/.idea/encodings.xml create mode 100644 SpringBoot/.idea/misc.xml create mode 100644 SpringBoot/.idea/workspace.xml create mode 100644 SpringBoot/pom.xml create mode 100644 SpringBoot/src/main/java/springboot/Application.java create mode 100644 SpringBoot/src/main/java/springboot/Greeting.java create mode 100644 SpringBoot/src/main/java/springboot/GreetingController.java diff --git a/SpringBoot/.idea/compiler.xml b/SpringBoot/.idea/compiler.xml new file mode 100644 index 0000000..fbf8a31 --- /dev/null +++ b/SpringBoot/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SpringBoot/.idea/encodings.xml b/SpringBoot/.idea/encodings.xml new file mode 100644 index 0000000..b26911b --- /dev/null +++ b/SpringBoot/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/SpringBoot/.idea/misc.xml b/SpringBoot/.idea/misc.xml new file mode 100644 index 0000000..4b661a5 --- /dev/null +++ b/SpringBoot/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/SpringBoot/.idea/workspace.xml b/SpringBoot/.idea/workspace.xml new file mode 100644 index 0000000..c0888f1 --- /dev/null +++ b/SpringBoot/.idea/workspace.xml @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +