spring-projects / spring-projects/spring-modulith

Improve documentation to reveal which artifact provides which configuration property

Open
#1,178 3 comments 0 reactions 1 assignee View on GitHub

@odrotbohm is already working on this.

Since Apr 29, 2025.

in: reference documentation type: improvement
Dominant language
Java
Stars
1.2k
Forks
222
PR merge metrics
No merged PRs in 30d

Description

I'm using Spring Modulith 1.3.5 with Spring Data JPA and postgresql 16. I'm seeing issues with these two settings:

  • spring.modulith.events.jdbc.schema-initialization.enabled
  • spring.modulith.events.jdbc.schema

Neither property appears in Intellij Idea's completion suggestions, which suggests to me they're not defined when Spring Data JPA is in use.

Also, when I try to put Spring Modulith's tables inside a custom database schema named modulith and set spring.modulith.events.jdbc.schema to that value, I see this error:

Schema-validation: missing table [event_publication]

which likewise suggests that Spring Modulith is not using the defined schema value i.e. it's still looking in the public schema rather than the intended modulith schema.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.