From b72d3369e5e181b56f464e6507d24451db274b77 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sat, 27 Jul 2019 17:45:57 +0800 Subject: [PATCH] rebuilt private-server project --- .idea/.name | 1 + .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/compiler.xml | 6 +- .idea/dataSources.xml | 19 ---- .idea/encodings.xml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 12 --- .idea/modules.xml | 2 +- .idea/vcs.xml | 2 +- irext-private-server.iml | 98 ++++++++++++++++++++ 9 files changed, 105 insertions(+), 42 deletions(-) create mode 100644 .idea/.name delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 irext-private-server.iml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..a76aba2 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +irext-private-server \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 55ba2d4..091b461 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,16 +6,16 @@ - + - + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index c5e48f7..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - mysql - true - com.mysql.jdbc.Driver - jdbc:mysql://localhost:3306/sb_demo - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index e79da7e..b26911b 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index d55103d..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 6ed89c3..e4a545d 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/irext-private-server.iml b/irext-private-server.iml new file mode 100644 index 0000000..ce198ab --- /dev/null +++ b/irext-private-server.iml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file