ArchUnit architecture rules enforced in Xeres including common module rules (logging, utility classes), app module rules (no field injection, RsService naming), and UI module rules (WindowController naming).
원문 언어: 영어
메뉴
SkillsMP는 zapek/Xeres에서 11개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 11개 중 11개를 표시합니다.
ArchUnit architecture rules enforced in Xeres including common module rules (logging, utility classes), app module rules (no field injection, RsService naming), and UI module rules (WindowController naming).
원문 언어: 영어
Cryptography patterns for Xeres including PGP operations, key generation, and hash functions with best practices.
원문 언어: 영어
DTO and mapper patterns for Xeres using Java records, canonical constructors with validation, and static mapper utility classes.
원문 언어: 영어
Flyway SQL migration patterns for Xeres including naming conventions, H2 database patterns, enum types, foreign keys, and best practices.
원문 언어: 영어
Gradle build configuration for Xeres including build commands, version management, module structure, and key plugins.
원문 언어: 영어
Code style, naming conventions, license headers, and patterns for Xeres Java project. Covers Allman braces, utility classes, package structure, and field injection rules.
원문 언어: 영어
JUnit 6 testing patterns for Xeres including Mockito with constructor injection, test fixtures via *Fakes.java classes, and AssertJ assertions.
원문 언어: 영어
TestFX patterns for JavaFX controller testing in Xeres including FXML loading with controller factories, mocking reactive clients, and user interaction testing.
원문 언어: 영어
How to translate the help files and the i18n properties files
원문 언어: 영어
JavaFX patterns for Xeres including controller structure with FXML views, WindowController lifecycle, WindowManager usage, and JavaFX-Spring integration.
원문 언어: 영어
Spring Boot patterns for Xeres including constructor injection, @Transactional boundaries, REST controllers with OpenAPI annotations, and reactive WebClient usage in the UI module.
원문 언어: 영어