Skip to content
Somkiat Puisungnoen edited this page Aug 15, 2024 · 2 revisions

Spring Boot SBOM (Software Bill of Materials)

Add dependencies to project

  • Spring Boot Actuator
  • CycloneDX SBOM support

Enable actuator and SBOM

  • application.properties
management.endpoints.web.exposure.include=health,sbom

Build your project

$mvnw clean package

Start server

Access to url of actuator