Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huluvu424242/fluentbuilder.example
- Owner: Huluvu424242
- License: mit
- Created: 2023-12-21T22:10:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T22:48:19.000Z (9 months ago)
- Last Synced: 2024-02-19T22:39:38.480Z (9 months ago)
- Topics: builder, example, fluent-interface
- Language: Java
- Homepage: https://huluvu424242.github.io/FluentBuilder.example/
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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
```