diff --git a/.gitignore b/.gitignore index 5ff6309..bf81479 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +<<<<<<< HEAD target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ @@ -35,4 +36,125 @@ build/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store +======= +# ---> JetBrains +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# ---> Java +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +>>>>>>> 7c427b2170f211eae47685a52137b707646d48f1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..407ad34 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# servlet-learning + +用于学习servlet的项目。 \ No newline at end of file diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 381e7f0..0000000 --- a/pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - 4.0.0 - - com.cpic - servlet-learning - 1.0-SNAPSHOT - servlet-learning - war - - - UTF-8 - 1.8 - 1.8 - 5.8.2 - - - - - javax.servlet - javax.servlet-api - 4.0.1 - provided - - - org.junit.jupiter - junit-jupiter-api - ${junit.version} - test - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - test - - - - - - org.apache.maven.plugins - maven-war-plugin - 3.3.2 - - - \ No newline at end of file diff --git a/servlet-01/.gitignore b/servlet-01/.gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/servlet-01/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/.idea/.gitignore b/servlet-01/.idea/.gitignore similarity index 100% rename from .idea/.gitignore rename to servlet-01/.idea/.gitignore diff --git a/servlet-01/.idea/artifacts/servlet_01_war.xml b/servlet-01/.idea/artifacts/servlet_01_war.xml new file mode 100644 index 0000000..877f4f0 --- /dev/null +++ b/servlet-01/.idea/artifacts/servlet_01_war.xml @@ -0,0 +1,14 @@ + + + $PROJECT_DIR$/target + + + servlet-01 + war + + + + + + + \ No newline at end of file diff --git a/servlet-01/.idea/artifacts/servlet_01_war_exploded.xml b/servlet-01/.idea/artifacts/servlet_01_war_exploded.xml new file mode 100644 index 0000000..b39d73b --- /dev/null +++ b/servlet-01/.idea/artifacts/servlet_01_war_exploded.xml @@ -0,0 +1,23 @@ + + + $PROJECT_DIR$/target/servlet-01-1.0-SNAPSHOT + + + true + servlet-01 + war + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/servlet-01/.idea/encodings.xml b/servlet-01/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/servlet-01/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/servlet-01/.idea/junitgenerator-prj-settings.xml b/servlet-01/.idea/junitgenerator-prj-settings.xml new file mode 100644 index 0000000..c129aac --- /dev/null +++ b/servlet-01/.idea/junitgenerator-prj-settings.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/servlet-01/.idea/misc.xml similarity index 76% rename from .idea/misc.xml rename to servlet-01/.idea/misc.xml index ce8e584..63a68f7 100644 --- a/.idea/misc.xml +++ b/servlet-01/.idea/misc.xml @@ -1,5 +1,8 @@ + + +