luminus Questions
1
Solved
I need help accessing my environment variables. I have :my-variable "value" in dev-config.edn and I'm trying to access it in another place. I required [my-app.config :refer [env]] and try...
Hustler asked 6/7, 2021 at 3:1
4
Solved
As of right now (2018) what is the http/tcp server used when you set up a luminus template project with its default setting?
I'm reading that luminus uses immutant, however, immutant is a collect...
1
I used Luminus, along with reitit and swagger-ui to generate a page that lets me try out my Luminus API. I can just enter my API request body and submit to test my API.
Now I have added authentica...
Mosstrooper asked 27/4, 2020 at 21:58
1
Solved
We have a Clojure web application that is used by multiple projects (>20) that have multiple users logging in simultaneously. All projects have their own MySQL database. We have tried to figure out...
Murrelet asked 29/7, 2016 at 10:51
1
Solved
I have a Luminus project with the server running on localhost:7000. I use cider-connect to attach myself to this repl, but I'm met with the following wall:
; CIDER 0.10.0snapshot (package: 2015082...
3
Solved
Luminus right now is creating a profiles.clj with this content:
{:provided {:env {;;when set the application start the nREPL server on load
:nrepl-port "7001"
:database-url "jdbc:mysql://localho...
2
Solved
From the Luminus documentation I see there's an option called h2 when creating a Luminus app:
lein new luminus guestbook +h2
How can I see all the available options?
1
I'm trying to build the hello-world example for compojure and it's failing to start the ring task.
$ lein version
Leiningen 1.7.1 on Java 1.7.0_65 OpenJDK 64-Bit Server VM
$ lein new compojure te...
3
Solved
I'm starting my new learning phase of Clojure. I want to build a web application, but I don't know which one to use. I've searched for several hours online, and all the things I found kind of overl...
1
© 2022 - 2024 — McMap. All rights reserved.