Skip to content

lat08/SmartPrint-API

Repository files navigation

Configuration

Configuration trong file src/main/resources/application.properties:

Build & Run

# Build project
mvn clean install

# Run application
mvn spring-boot:run

Application sẽ chạy tại: http://localhost:8080

Swagger UI

Truy cập API documentation tại: http://localhost:8080/swagger-ui.html

🔧 Maven Commands

# 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:run

👥 Authors

SIU Team

📄 License

This project uses Apache 2.0 License.


Created: December 6, 2025
Spring Boot Version: 3.3.6
Java Version: 17

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages