Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.gitignore 610 Bytes
Copy Edit Raw Blame History
xinming authored 2023-12-09 21:32 . 初始化
# IntelliJ IDEA
.idea
*.iml
**/out
*.ipr
*.iws
# Compiled class file
*.class
# Log file
logs/
*.log
# 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*
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# MacOS
.DS_Store
/repo/
gradle/
gradlew
gradlew.bat
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化