luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
648 stars 146 forks source link

Luminus without compojure ? #488

Closed believelody closed 4 years ago

believelody commented 4 years ago

I'm learning some tutorials about luminus and all of them had compojure for routing service. But when I generate a fresh project with lein new luminus, I don't find compojure anywhere. I have to rewrite what come from tutorials which is a bit hard for my actual skills. Does luminus not include compojure anymore ?

yogthos commented 4 years ago

Luminus switched to using Reitit as the default routing library. You could add Compojure as a dependency in project.clj if you wanted to follow along with the examples though.

believelody commented 4 years ago

Thank you !