Configuration trong file src/main/resources/application.properties:
# Build project
mvn clean install
# Run application
mvn spring-boot:runApplication sẽ chạy tại: http://localhost:8080
Truy cập API documentation tại: http://localhost:8080/swagger-ui.html
# Compile
mvn compile
# Run tests
mvn test
# Package (create JAR)
mvn package
# Clean build
mvn clean install
# Skip tests
mvn clean install -DskipTests
# Run application
mvn spring-boot:runSIU Team
This project uses Apache 2.0 License.
Created: December 6, 2025
Spring Boot Version: 3.3.6
Java Version: 17