This is a Spring Boot application scaffolded as part of the GitHub Copilot Vibe Coding Workshop.
- Package Name:
com.contoso.socialapp - Artifact ID:
socialapp - Group ID:
com.contoso - Package Type:
jar - Java Version: OpenJDK 21
- Build Tool: Gradle 8.5
- Spring Web
- Spring Boot Actuator
- Lombok
- Port: 8080
- CORS: Enabled for all origins, methods, and headers
./gradlew build./gradlew bootRunThe application will start on http://localhost:8080.
- Health Check:
http://localhost:8080/actuator/health - Actuator:
http://localhost:8080/actuator
Run tests with:
./gradlew test