Initial commit: Spring Boot API with MySQL and Redis

This commit is contained in:
Spring Developer
2025-12-21 10:17:36 +00:00
commit 9f2da41bac
7 changed files with 99 additions and 0 deletions

2
gradlew vendored Executable file
View File

@@ -0,0 +1,2 @@
APP_HOME=$(cd "$(dirname "$0")" && pwd -P)
exec java -classpath "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" org.gradle.wrapper.GradleWrapperMain "$@"