Nebu1eto / springboot-single-router

HTTP Router like Play Framework for Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-single-router

HTTP Router for Spring Boot. Forked from resthub/springmvc-router, Inspired from Play Framework.

How To Use?

  1. Implement your Controller. (Example)

  2. Make routing table like Play Framework. (Example)

  3. Make RouterConfigurationSupport's inherited class. (Example)

  4. Run your Spring Boot project!

Todo List

  • Router Re-implementation
  • Refactoring and Converting All Java Code to Kotlin

Warning

  • Use File's absolute path in RouterConfigurationSupport.listRouteFiles.

About

HTTP Router like Play Framework for Spring Boot

License:Other


Languages

Language:Java 70.1%Language:Kotlin 29.9%