摘要:
使用Thymeleaf传递url参数 路径变量 <a href="#" th:href="@{/admin/{id}/delete(id=${comment.id})}" >删除</a> 设置参数名,末尾加(xx=) 即可设置路径变量 url单参数 <a th:href="@{/admin(page 阅读全文
摘要:
PO BO VO DTO POJO DAO DO 这些Java中的概念分别指一些什么? 下面内容收集自知乎回答:https://www.zhihu.com/question/39651928 回答一: POJO PO BO DTO VO 我归在一起,因为PO DTO VO BO 都叫是POJO,就是 阅读全文