Initialized from 'Spring' project template

Template repository: https://gitlab.com/gitlab-org/project-templates/spring
Commit SHA: c56244810044bdfac15f54cbedaf23f7185c4a27
This commit is contained in:
GitLab
2023-11-02 17:47:41 +01:00
committed by Achilleas Pipinellis
commit 0934f0e598
14 changed files with 631 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/