Component Catalog

Undertow

Undertow component provides the feature of a web server without depending on Servlet.

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-undertow</artifactId>
</dependency>

Properties

Name Description Default
port Set a listen port. 3000

Jetty

Jetty component provides the feature of a web server.

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-jetty</artifactId>
</dependency>

Properties

Name Description Default
port Set a listen port. 3000

HikariCP

HikiariCP provides the datasource.

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-jetty</artifactId>
</dependency>

Properties

Name Description Default

|url|URL of the dataSource|-|

Doma2

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-doma2</artifactId>
</dependency>

Freemarker

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-freemarker</artifactId>
</dependency>

Thymeleaf

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-thymeleaf</artifactId>
</dependency>

Jackson

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-jackson</artifactId>
</dependency>

Metrics

Metrics component provides the feature of taking metrics.

Usage

<dependency>
  <groupId>net.unit8.enkan<groupId>
  <artifactId>enken-component-metrics</artifactId>
</dependency>