We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465c41e commit 0519843Copy full SHA for 0519843
.gitignore
@@ -49,4 +49,7 @@
49
*.rar
50
51
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
52
-hs_err_pid*
+hs_err_pid*
53
+/gradlew
54
+/gradlew.bat
55
+/settings.gradle
settings.gradle
@@ -1 +1 @@
1
-rootProject.name = 'restApi'
+rootProject.name = 'rest_tutorial'
0 commit comments