jtlgb

导航

 

2019年4月3日

摘要: 优雅REST风格的资源URL不希望带 .html 或 .do 等后缀.由于早期的Spring MVC不能很好地处理静态资源,所以在web.xml中配置DispatcherServlet的请求映射,往往使用 *.do 、 *.xhtml等方式。这就决定了请求URL必须是一个带后缀的URL,而无法采用真 阅读全文
posted @ 2019-04-03 18:03 jtlgb 阅读(218) 评论(0) 推荐(0) 编辑
 
摘要: 1.直接在configuration中排除 configurations { compile.exclude module: 'commons' all*.exclude group: 'org.gradle.test.excludes', module: 'reports'} 2.在具体的某个de 阅读全文
posted @ 2019-04-03 17:59 jtlgb 阅读(2815) 评论(0) 推荐(0) 编辑