Skip to content

chore(devslab-kit-demo): bump to 0.3.0 + compose cleanup + Swagger UI#66

Merged
jlc488 merged 2 commits into
mainfrom
chore/devslab-kit-demo-0.2.1
Jun 1, 2026
Merged

chore(devslab-kit-demo): bump to 0.3.0 + compose cleanup + Swagger UI#66
jlc488 merged 2 commits into
mainfrom
chore/devslab-kit-demo-0.2.1

Conversation

@jlc488

@jlc488 jlc488 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

What / 무엇

Updates devslab-kit-demo for devslab-kit 0.3.0, cleans up its compose setup, and surfaces the now-bundled Swagger UI.

devslab-kit-demodevslab-kit 0.3.0에 맞추고, compose 설정을 정리하고, 이제 번들된 Swagger UI를 안내.

Changes / 변경

  • build.gradle.kts — starter 0.1.00.3.0. From 0.2.1 the starter bundles springdoc, so Swagger UI works with nothing added to the demo. 0.3.0 also moves the kit's Flyway migrations onto their own schema-history table, so the demo needs no Flyway config.
  • README(.ko) — note /swagger-ui.html + /v3/api-docs are live out of the box.
  • compose.yaml + application.yaml — move published ports off the defaults (Postgres 5432→15432, Redis 6379→16379) so the stack doesn't collide with a local Postgres/Redis on standard ports; both files kept in sync.
  • Delete docker-compose.yml — a stray copy left over from easy-paging-postgres-demo (wrong service/credentials/container-name). The demo + Spring Boot's docker-compose support both use the canonical compose.yaml.

Verification / 검증

Built green locally against 0.3.0 from Maven Central (Testcontainers Postgres + Redis, 3 tests, 0 failures).

0.3.0(Maven Central)에 대해 로컬 빌드 green 확인 (Testcontainers Postgres + Redis, 테스트 3개, 실패 0).

…r UI

- build.gradle.kts: devslab-kit-spring-boot-starter 0.1.0 -> 0.2.1. From 0.2.1 the
  starter bundles springdoc, so Swagger UI comes up with no extra dependency — the
  demo needs nothing added to demonstrate it.
- README(.ko): note that /swagger-ui.html and /v3/api-docs are live out of the box.
- compose.yaml + application.yaml: move the demo's published ports off the defaults
  (Postgres 5432 -> 15432, Redis 6379 -> 16379) so the stack doesn't collide with a
  local Postgres/Redis already on the standard ports; both files kept in sync.
- Delete docker-compose.yml: a stray copy left over from easy-paging-postgres-demo
  (wrong service/credentials/container-name). Spring Boot's docker-compose support and
  the demo both use the canonical compose.yaml, so the duplicate only caused confusion.
0.3.0 moves the kit's Flyway migrations to their own schema-history table, so a
consumer's own migration line is independent of the kit's. Built green against
0.3.0 from Maven Central (Testcontainers Postgres + Redis, 3 tests).
@jlc488 jlc488 changed the title chore(devslab-kit-demo): bump to 0.2.1 + compose cleanup + Swagger UI chore(devslab-kit-demo): bump to 0.3.0 + compose cleanup + Swagger UI Jun 1, 2026
@jlc488 jlc488 merged commit 636acdf into main Jun 1, 2026
2 checks passed
@jlc488 jlc488 deleted the chore/devslab-kit-demo-0.2.1 branch June 1, 2026 17:38
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