Initial commit

This commit is contained in:
djmil 2023-07-25 20:24:58 +02:00
commit f533061a17
2 changed files with 26 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# ---> Gradle
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# HelloSpringMVC
Trivial “Hello, World” web site with SpringMVC