添加核心 Java 的模块,在这里我们主要针对一些环境和 IDE 以及非常基本的问题进行讨论

This commit is contained in:
2022-08-08 09:34:25 -04:00
parent e8f74069ff
commit c816787e06
7 changed files with 165 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
*.class
0.*
#folders#
/target
/neoDb*
/data
/src/main/webapp/WEB-INF/classes
*/META-INF/*
.resourceCache
# Packaged files #
*.jar
*.war
*.ear
# Files generated by integration tests
*.txt
backup-pom.xml
/bin/
/temp
#IntelliJ specific
.idea/
*.iml