Skip to content

Simple webfilter tracking extension based on Webflux, default use the Jetty container.

License

Notifications You must be signed in to change notification settings

genhaiyu/reactive-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Extension Components

License


Framework Version
JDK 11 +
Servlet 4.0.x
Spring 5.2.x
Spring Boot 2.2.x
Spring Cloud Hoxton.x

1. Functions

  • Logging the Web Server servlet or reactive and load the filter and listeners.
  • Reactive tracking, reactive publish and subscribe.
  • Exclusive the Jetty server, and unSupport Tomcat server.

2. Using in the project

1.1 Git clone

https://github.com/genhaiyu/reactive-extension.git

1.2 Compile

cd /reactive-extension

mvn clean install

1.3 Use in the pom.xml

    <dependencies>
        <dependency>
            <groupId>genhaiyu</groupId>
            <artifactId>basement</artifactId>
            <version>1.1.2-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>genhaiyu</groupId>
            <artifactId>reactive</artifactId>
            <version>1.1.2-SNAPSHOT</version>
        </dependency>
    <dependencies>

3. Changelog

  • Created in 2019
  • Updated in 2021

About

Simple webfilter tracking extension based on Webflux, default use the Jetty container.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages