- Docker Engine running (required for the local profile).
- Java toolchain available (uses Gradle toolchain).
Start the application with the local profile:
./gradlew bootRun --args='--spring.profiles.active=local'Or run the AcademyApplication main class directly in your IDE, using spring "local" profile.
- URL:
jdbc:postgresql://localhost:5432/academy - User:
academy - Password:
academy