From 50e2d44386fcc476499ceb404b1af52b1a75814c Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 9 Jan 2021 09:32:03 -0500 Subject: [PATCH] Submit IJ and update pom.xml --- .idea/.gitignore | 8 ++++++++ .idea/.name | 1 + .idea/codeStyles/Project.xml | 7 +++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/compiler.xml | 8 ++++++++ .idea/encodings.xml | 6 ++++++ .idea/jarRepositories.xml | 20 ++++++++++++++++++++ .idea/vcs.xml | 6 ++++++ parent-boot-2/pom.xml | 14 +++++++++++--- pom.xml | 2 ++ 10 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000..c847011b3a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/../../../../../../:\WorkDir\GitHub\cwiki-us-demo\java-tutorials\.idea/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000000..872918e6ae --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +parent-modules \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..919ce1f1f7 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..a55e7a179b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000000..15425c5383 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000000..89fa6713f9 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000000..712ab9d985 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..35eb1ddfbb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/parent-boot-2/pom.xml b/parent-boot-2/pom.xml index b547936479..9df60a9a63 100644 --- a/parent-boot-2/pom.xml +++ b/parent-boot-2/pom.xml @@ -1,5 +1,8 @@ - + + 4.0.0 parent-boot-2 0.0.1-SNAPSHOT @@ -28,6 +31,7 @@ io.rest-assured rest-assured + ${rest-assured.version} org.springframework.boot @@ -78,6 +82,10 @@ 3.3.0 1.0.22.RELEASE - 2.1.7.RELEASE + 2.4.0 + 1.9.1 + + 3.4.0 + diff --git a/pom.xml b/pom.xml index 1757246df7..a537254422 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,8 @@ + parent-boot-1 + parent-boot-2 parent-java java-jdi