remal / java-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools/approaches for Java projects

Common

Local environment

Inbox Zero

An approach to email management aimed at keeping the inbox empty.

Total Commander

A file manager for Windows.

Notepad++

A free source code editor and Notepad replacement that supports several languages.

Intellij IDEA

Jetbrains Toolbox

Install and update Jetbrains tools easily.

Jetbrains Mono

A font for developers.

IDEA plugins

IDEA required plugins for the project

How to set plugins that are required for the project. This configuration can be shared within the team and IDEA will notify developers if they miss some plugins.

Code repository

.gitignore file

Specifies intentionally untracked files to ignore

.gitattributes file

Git attributes per path.

EditorConfig

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs

Renovate

Automated dependency updates. Supports http://github.com/, https://gitlab.com/, https://bitbucket.org/.

Dependabot

Automated dependency updates for http://github.com/.

Branching strategy

Java & JVM languages

Gradle

Build tool

Maven

Build tool

Maven wrapper

The Maven Wrapper is an easy way to ensure a user of your Maven build has everything necessary to run your Maven build.

Maven Tiles

Testing

Test Pyramid

Test Pyramid

JUnit 5

Mockito

Testcontainers

Spring Cloud Contract

PIT Mutation Testing

Static analysis

Checkstyle

SonarQube

Nullity annotations

Spring Framework

Libraries

Lombok

Immutables

Java annotation processors to generate simple, safe and consistent value objects

Hibernate Validator

Mapstruct

Java mapper library

Flyway

Database migrations tool

Liquibase

Database migrations tool

About