Timothy Vogel
Timothy Vogel
### Description Using dbeaver ( 22.1.4.202208051447) in Eclipse (2022-06 (4.24.0) Build id: 20220609-1112). Periodically dbeaver creates a directory .dbeaver and project-settings.json in every open project. This behavior is undesired because...
**Current Behavior** The `sharedModules` parameter of the `@Modulith` annotation does not allow nested packages, even when the nested packages are explicitly listed. package structure - com.app.core.exception `@Modulith(sharedModules={"com.app.core"}, useFullyQualifiedModuleNames = true)`...
I'm unable to close the gap between the client and resource server. My specific scenario is following your recommendation of using an Oauth2 client (a Spring Boot Thymeleaf client application)...
I'm trying to integrate your book section 4.2.2.2 with an existing project that was created on Spring Initializr. It was quite tedious to merge the two. Not sure the best...