Thymeleaf + spring dynamic replace

后端 未结 5 1809
花落未央
花落未央 2021-02-06 00:47

Is it possible to create a dynamic replace in Thymeleaf?

I have the following controller:

@Controller
public class LoginController {

    @RequestMapping         


        
5条回答
  •  醉话见心
    2021-02-06 01:22

    I am just encountering this issue (this is my first time with thymeleaf/spring). This is what solved it for me:

提交回复
热议问题