Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
23
This project uses the **SBT** (Spring Boot Toolkit) for common operations.
Sign in to like and favorite skills
This project uses the SBT (Spring Boot Toolkit) for common operations. The toolkit is installed at
.sbt/ and provides recipes for building, testing,
deploying, and managing Spring Boot services.
Run
just in the project root to see all available commands.
Commands are organized into modules:
just docker::<recipe> — Container image build, push, runjust db::<recipe> — Database migrations, seeding, resetjust test::<recipe> — Unit tests, integration tests, coveragejust deploy::<recipe> — Deployment to staging/productionjust deps::<recipe> — Dependency checks, updates, analysisspring-boot:build-image)src/main/resources/db/migration/local for development, test for CI, prod for production buildssrc/main/java/@SpringBootTestjust test::unit to verify unit tests passjust test::integration to verify integration tests passjust docker::build to verify the image builds successfullyjust deps::tree to inspect the current dependency graphjust deps::updates to check for available updatesjust deps::analyze to find unused or undeclared dependencies@NotNull, @Valid, etc.)@Transactional at the service layershould_expectedBehavior_when_condition