摘要:
Pom依赖 Spring Bean配置 以上配置会使layout 命名空间可以引入五种属性:decorate, title pattern, insert, replace, fragment 布局文件 resource/templates/layout/default.html 页面内容 test 阅读全文
摘要:
当postman向服务端post数据时,一般要求在body里已x-www-form-urlencoded格式写成key-value的形式。服务端通过以下代码可以取到参数 final Map<String, String> allParams = Maps.newHashMap(); final En 阅读全文