From fb22cad1a2b000e34e7983a348a725a9e0a8a007 Mon Sep 17 00:00:00 2001 From: chenshuai <2268380485@qq.com> Date: Sat, 12 Apr 2025 20:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=AA=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6,pom=E6=96=87=E4=BB=B6=E5=92=8Cgitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 24 ++++++++++++++++++------ README.md | 1 + pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 6 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 9154f4c..5d8007a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,8 @@ -# ---> Java -# Compiled class file + *.class -# Log file *.log -# BlueJ files -*.ctxt - # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -24,3 +19,20 @@ hs_err_pid* replay_pid* + + +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ + +# IntelliJ IDEA +.idea/ +*.iml +*.ipr +*.iws + +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/README.md b/README.md index 2bcca68..2bf529f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # LineCountProject +此存储库是一个试验性项目,尝试摸索出touGe平台的行数统计规则。 \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c2142e0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.3.1 + + + + com.example + linecountproject + 0.0.1-SNAPSHOT + lineCountProject + + + 17 + + + + org.springframework.boot + spring-boot-starter-web + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +