Git Product home page Git Product logo

spring-reactive-kotlin-sample's Introduction

spring-webflux-kotlin-sample

This sample is derived from sdeleuze/spring-kotlin-functional @Github.

It demonstrates building a simple web application built with Spring 5 reactive stack, and it is written in Kotlin language.

The following features are included:

  • Programmatic application bootstrap
  • Spring Data Mongodb Reactive
  • Mustache template for web view
  • Functional RESTful APIs with Spring webflux specific RouterFunction
  • Spring Security Reactive
  • Kotlin favored BeanDefinitionDSL for declaring beans in fluent DSL

Note: If you want to explore the feature list of Spring reactive stack, go to spring-reactive-sample.

Run

  1. Get the source codes, and import it into your favorite IDE.

    git clone https://github.com/hantsy/spring-webflux-kotlin-sample
    
  2. Run Mongodb. A docker-compose.yml is provided in the root folder.

     docker-compose up mongodb
    
  3. Run Application.kt in IDE directly.

    Or open terminal and follow the steps.

    • Switch to the root directory of this project
    • Run command gradlew build to build the project
    • When it is done, you will find there is a XXX-all.jar in the build/lib folder.
    • Execute java -jar XXX-all.jar to start the application.

Contribute

Welcome to contribute!

spring-reactive-kotlin-sample's People

Contributors

hantsy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.