spring-projects / spring-projects/spring-modulith
Improve documentation to reveal which artifact provides which configuration property
@odrotbohm is already working on this.
Since Apr 29, 2025.
- 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.enabledspring.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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.