Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huluvu424242/fluentbuilder.example

Beispiele für Builder mit Fluentinterface
https://github.com/huluvu424242/fluentbuilder.example

builder example fluent-interface

Last synced: 27 days ago
JSON representation

Beispiele für Builder mit Fluentinterface

Awesome Lists containing this project

README

        

[#status]
image:https://img.shields.io/badge/License-MIT%202023-blue.svg?style=plastic[link="http://www.opensource.org/licenses/mit-license.php"]
image:https://img.shields.io/github/v/tag/Huluvu424242/fluent-builder.example?include_prereleases&style=plastic[GitHub tag (latest SemVer pre-release), link="https://github.com/Huluvu424242/fluent-builder.example/releases"]
image:https://img.shields.io/github/downloads/Huluvu424242/fluent-builder.example/latest/total?style=plastic[GitHub release (latest by date), link="https://github.com/Huluvu424242/fluent-builder.example/packages/181948/versions"]
image:https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/fluent-builder.example/badge.svg?style=plastic["Maven Central", link="https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/fluent-builder.example"]
image:https://travis-ci.org/Huluvu424242/fluent-builder.example.svg?branch=master["Build Status", link="https://travis-ci.org/Huluvu424242/fluent-builder.example"]
image:https://codecov.io/gh/Huluvu424242/fluent-builder.example/branch/master/graph/badge.svg[link="https://codecov.io/gh/Huluvu424242/fluent-builder.example"]
image:https://sonarcloud.io/api/project_badges/measure?project=Huluvu424242_fluent-builder.example&metric=alert_status[Quality Gate Status, link="https://sonarcloud.io/summary/new_code?id=Huluvu424242_fluent-builder.example"]
image:http://images.webestools.com/buttons.php?frm=2&btn_type=11&txt=Scrum Board["Scrum Board,scaledwidth="15%"", link="https://github.com/Huluvu424242/fluent-builder.example/projects/1"]

image:https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=plastic["standard-readme compilant",link="https://github.com/RichardLitt/standard-readme"]

#Fluent Builder Example

## Projekt Erzeugung

1. gitignore erstellen
* https://www.toptal.com/developers/gitignore/api/windows,linux,intellij+all,eclipse,maven,java,git
2. pom erstellen
```

4.0.0
com.github.huluvu424242
fluent-builder.example
1

```
3. maven wrapper erstellen:
```
mvn wrapper:wrapper -Dtype=script -Dmaven=3.9.6
```