Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 763 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 763 Bytes

decho

decho is a demo project utilizing:

The idea is to build modularized & testable web applicaiton, and it's inspired by micronaut.

Todo

  • Add sql db to controller
  • Add mock
    • mock db
    • mock service
  • Add test case
  • How to add multiple controller?
  • provider set for controller
  • How to make config loading as an lib?
  • refactor newWebApp with field injection