We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f836ec2 commit 154e72cCopy full SHA for 154e72c
src/main/kotlin/de/fpietzko/htmxdemo/html/mvc/Extensions.kt
@@ -4,7 +4,6 @@ import de.fpietzko.htmxdemo.config.websocket.ConferenceConfig
4
import de.fpietzko.htmxdemo.html.templates.Template
5
import jakarta.servlet.http.HttpSession
6
import kotlinx.html.*
7
-import org.springframework.beans.factory.annotation.Autowired
8
import org.springframework.context.ApplicationContext
9
import org.springframework.context.ApplicationContextAware
10
import org.springframework.stereotype.Component
src/main/resources/application.properties
@@ -1,3 +1,3 @@
1
spring.application.name=htmx-demo
2
-conference.conference-name=We Are Developers
+conference.conference-name=W-JAX
3
conference.conference-year=2025
0 commit comments