Replies: 2 comments 1 reply
-
| you use spring boot? |
Beta Was this translation helpful? Give feedback.
1 reply
-
| it a question for spring boot.. not thymeleaf... spring boot search template by default in you can modify default value via properties... for you case src/main/resources/thymeleaf/templates/ spring.thymeleaf.prefix=classpath:/thymeleaf/templates/ should work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project where we are using a strangler fig pattern to refactor our frontend from a not so good and barely used platform to Thymeleaf. I understand the default project structure, but definitively how do I reference static resource files in the HTML when I have to lightly go against that structure?
Below is a simplified example of the project structure:
Beta Was this translation helpful? Give feedback.
All reactions