Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.17 KB

File metadata and controls

40 lines (22 loc) · 1.17 KB

README

TODO

  • Spring Modulith Flyway for module-wise migration

Gradle

Dependency Management

We are using the Gradle version catalogs.

Dependency management is solely performed using Gradle’s BOM support. Hence, each dependency configuration needs a BOM applied once. This is a bit more verbose but much faster.

Byte Buddy

Important
It’s important that the project is built using Gradle as this is the only way to ensure that byte buddy kicks in properly. See https://github.com/xmolecules/jmolecules-integrations/tree/main/jmolecules-bytebuddy.

Coding Style

Generally we try to adopt default IntelliJ code format

TODO

Add editorconfig support for minimal adjustments,

Nullability