rocks.coffeenet:coffeenet-autoconfigure

Auto-configuration for CoffeeNet features.

License

License

Categories

Categories

Net Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

rocks.coffeenet
ArtifactId

ArtifactId

coffeenet-autoconfigure
Last Version

Last Version

0.39.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

rocks.coffeenet:coffeenet-autoconfigure
Auto-configuration for CoffeeNet features.
Project Organization

Project Organization

CoffeeNet
Source Code Management

Source Code Management

https://github.com/coffeenet/coffeenet-starter

Download coffeenet-autoconfigure

Dependencies

compile (10)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-starter-security Optional jar
org.springframework.boot : spring-boot-starter-web Optional jar
org.springframework.boot : spring-boot-actuator Optional jar
org.springframework.cloud : spring-cloud-commons Optional jar
org.springframework.cloud : spring-cloud-netflix-eureka-client Optional jar
org.springframework.security.oauth : spring-security-oauth2 Optional jar
com.netflix.eureka : eureka-client Optional jar
de.appelgriepsch.logback : logback-gelf-appender Optional jar
javax.servlet : javax.servlet-api Optional jar

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar

Project Modules

There are no modules declared in this project.

CoffeeNet: CI/CD Maven Central Sonarcloud Status

CoffeeNet Starters

These projects contains all CoffeeNet starters, which can be used to integrate an application into the CoffeeNet.

Security provides the authentication against the CoffeeNet auth server.

Discovery provides the integration to distribute and search of CoffeeNet applications.

Logging provides a consistent and centralised logging.

Monitoring provides information about the service.

Navigation Thymeleaf provides the server side rendering of the navigation bar via thymeleaf.

Navigation Javascript provides client side rendering of the navigation bar with javascript.

Release

To build a release from a -SNAPSHOT version:

  • remove -SNAPSHOT
./mvnw org.codehaus.mojo:versions-maven-plugin:2.5:set -DremoveSnapshot=true -DprocessAllModules=true org.codehaus.mojo:versions-maven-plugin:2.5:commit
  • commit and push with tag

  • set new -SNAPSHOT version

./mvnw -f coffeenet-starter-parent/pom.xml org.codehaus.mojo:versions-maven-plugin:2.5:set -DnextSnapshot -DprocessAllModules=true
./mvnw org.codehaus.mojo:versions-maven-plugin:2.5:commit
  • commit and push

Architecture

Parent

                                    ------------------
                                    |   Spring Boot  |
                                    ------------------
                                             ↑
                                             |
                                -----------------------------
                                |   CoffeeNet Dependencies  |
                                -----------------------------
                                             ↑
                                             | 
                                  ------------------------
         -----------------------→ |   CoffeeNet Parent   | ←-----------
         |                        ------------------------            |
         |                                                            |
         |                                                            |
         |   --------------------------                  -----------------------------
         |-- |   CoffeeNet Actuator   |                  |   CoffeeNet Application   |
         |   --------------------------                  -----------------------------
         |
         |   -------------------------------
         |-- |   CoffeeNet Autoconfigure   |
         |   -------------------------------
         |   ---------------------------------
         |-- |   CoffeeNet Starter Discovery |
         |   ---------------------------------
         |                 ...
         |   ---------------------------------------------
         |-- |   CoffeeNet Starter Navigation Themeleaf  |
             ---------------------------------------------
rocks.coffeenet

CoffeeNet

Easy integration in a distributed world

Versions

Version
0.39.0