공부
[thymeleaf] Spring html template escape html tag
승가비
2021. 2. 10. 17:45
728x90
<body th:utext="${html}"></body>
https://stackoverflow.com/questions/30394419/thymeleaf-spring-how-to-keep-line-break
Thymeleaf + Spring : How to keep line break?
I'm using Thymeleaf template engine with spring and I'd like to display text stored throught a multiline textarea. In my database multiline string are store with "\n" like this : "Test1\nTest2\n.....
stackoverflow.com
728x90