Just wondering, main.gsp always comes with ```<...
# questions
a
Just wondering, main.gsp always comes with
Copy code
<a class="navbar-brand" href="/#">
Does that work for you? I always have to change it to
Copy code
<a class="navbar-brand" href="${createLink(uri:'/')}">
j
do you use a context path?
a
Oh yes. You are right in application.yml
Copy code
servlet:
                context-path: "/example3"
j
the default app does not, so thats why