Skip to content

feat: add root Makefile for common build/serve targets#611

Merged
yasithdev merged 1 commit intomasterfrom
feat/makefile
Mar 30, 2026
Merged

feat: add root Makefile for common build/serve targets#611
yasithdev merged 1 commit intomasterfrom
feat/makefile

Conversation

@yasithdev
Copy link
Copy Markdown
Contributor

Extracted from #556. Adds convenience Makefile targets adapted for the unified Spring Boot server:

  • make build — full Maven build (skip tests, parallel)
  • make serve — build + run fat JAR
  • make compile — fast compile only
  • make serve-dev — compile + spring-boot:run (for development)
  • make test — run test suite

Extracted from #556. Provides convenience targets:
- make build: full Maven build (skip tests)
- make serve: build + run fat JAR
- make compile: fast compile only
- make serve-dev: compile + spring-boot:run (hot reload)
- make test: run test suite
@yasithdev yasithdev merged commit c933b76 into master Mar 30, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant