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 ?
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.
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 ?