This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git
commit b6c31c77528ec289365051750a1429241b0a7b64 Author: 小果花 <[email protected]> AuthorDate: Wed Aug 25 14:54:57 2021 +0800 init init add apache license files --- backend/.gitignore | 10 +++ backend/doc/code-guidelines.zip | Bin 0 -> 9427033 bytes ...57\246\347\273\206\351\205\215\347\275\256.jpg" | Bin 0 -> 286055 bytes .../doc/image/maven\351\205\215\347\275\256.jpg" | Bin 0 -> 96532 bytes ...05\215\347\275\256\346\226\207\344\273\266.png" | Bin 0 -> 128969 bytes ...26\207\344\273\266\344\275\215\347\275\256.png" | Bin 0 -> 60565 bytes backend/doc/image/pom.PNG | Bin 0 -> 60121 bytes ...20\257\345\212\250\346\210\220\345\212\237.PNG" | Bin 0 -> 153254 bytes "backend/doc/image/\346\211\223\345\214\205.png" | Bin 0 -> 22644 bytes ...05\215\347\275\256\346\226\207\344\273\266.PNG" | Bin 0 -> 15910 bytes backend/gradlew.bat | 89 +++++++++++++++++++++ backend/src/main/resources/sqlite/iotdb.db | Bin 0 -> 36864 bytes 12 files changed, 99 insertions(+) diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100755 index 0000000..406063e --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,10 @@ +.gradle +.gradle/ +gradle/ +build/ +.idea/ +.mvn/ +*.iml +target/ +*.versionsBackup + diff --git a/backend/doc/code-guidelines.zip b/backend/doc/code-guidelines.zip new file mode 100644 index 0000000..629bd4f Binary files /dev/null and b/backend/doc/code-guidelines.zip differ diff --git "a/backend/doc/image/maven\350\257\246\347\273\206\351\205\215\347\275\256.jpg" "b/backend/doc/image/maven\350\257\246\347\273\206\351\205\215\347\275\256.jpg" new file mode 100644 index 0000000..c9d1bb7 Binary files /dev/null and "b/backend/doc/image/maven\350\257\246\347\273\206\351\205\215\347\275\256.jpg" differ diff --git "a/backend/doc/image/maven\351\205\215\347\275\256.jpg" "b/backend/doc/image/maven\351\205\215\347\275\256.jpg" new file mode 100644 index 0000000..5e8d188 Binary files /dev/null and "b/backend/doc/image/maven\351\205\215\347\275\256.jpg" differ diff --git "a/backend/doc/image/nginx\351\205\215\347\275\256\346\226\207\344\273\266.png" "b/backend/doc/image/nginx\351\205\215\347\275\256\346\226\207\344\273\266.png" new file mode 100644 index 0000000..6a9e085 Binary files /dev/null and "b/backend/doc/image/nginx\351\205\215\347\275\256\346\226\207\344\273\266.png" differ diff --git "a/backend/doc/image/nginx\351\205\215\347\275\256\346\226\207\344\273\266\344\275\215\347\275\256.png" "b/backend/doc/image/nginx\351\205\215\347\275\256\346\226\207\344\273\266\344\275\215\347\275\256.png" new file mode 100644 index 0000000..6a594f0 Binary files /dev/null and "b/backend/doc/image/nginx\351\205\215\347\275\256\346\226\207\344\273\266\344\275\215\347\275\256.png" differ diff --git a/backend/doc/image/pom.PNG b/backend/doc/image/pom.PNG new file mode 100644 index 0000000..1b2bfce Binary files /dev/null and b/backend/doc/image/pom.PNG differ diff --git "a/backend/doc/image/\345\220\257\345\212\250\346\210\220\345\212\237.PNG" "b/backend/doc/image/\345\220\257\345\212\250\346\210\220\345\212\237.PNG" new file mode 100644 index 0000000..1c501c9 Binary files /dev/null and "b/backend/doc/image/\345\220\257\345\212\250\346\210\220\345\212\237.PNG" differ diff --git "a/backend/doc/image/\346\211\223\345\214\205.png" "b/backend/doc/image/\346\211\223\345\214\205.png" new file mode 100644 index 0000000..04e9f01 Binary files /dev/null and "b/backend/doc/image/\346\211\223\345\214\205.png" differ diff --git "a/backend/doc/image/\351\205\215\347\275\256\346\226\207\344\273\266.PNG" "b/backend/doc/image/\351\205\215\347\275\256\346\226\207\344\273\266.PNG" new file mode 100644 index 0000000..9b7ac6f Binary files /dev/null and "b/backend/doc/image/\351\205\215\347\275\256\346\226\207\344\273\266.PNG" differ diff --git a/backend/gradlew.bat b/backend/gradlew.bat new file mode 100644 index 0000000..107acd3 --- /dev/null +++ b/backend/gradlew.bat @@ -0,0 +1,89 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/backend/src/main/resources/sqlite/iotdb.db b/backend/src/main/resources/sqlite/iotdb.db new file mode 100644 index 0000000..5a23664 Binary files /dev/null and b/backend/src/main/resources/sqlite/iotdb.db differ
