add spring boot and gradle.

This commit is contained in:
Matthew Jensen
2020-04-08 08:57:53 -07:00
parent ff64a51210
commit d063f452d1
84 changed files with 642 additions and 3 deletions

15
.gitignore vendored
View File

@@ -1,3 +1,17 @@
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# Compiled class file
*.class
@@ -22,3 +36,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*