-
- 排序: ${sortTypes[param.sortType]}
-
-
+<%@tag pageEncoding="UTF-8"%>
+
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+
\ No newline at end of file
diff --git a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/adminUserList.jsp b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/adminUserList.jsp
index 010016ed8..d3c71b6a2 100644
--- a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/adminUserList.jsp
+++ b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/adminUserList.jsp
@@ -1,35 +1,35 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
-<%@ page contentType="text/html;charset=UTF-8" %>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
-
-
-
-
-
用户管理
-
-
-
-
- ${symbol_dollar}{message}
-
-
-
- 登录名 | 用户名 | 注册时间 | 管理 |
-
-
-
- ${symbol_dollar}{user.loginName} |
- ${symbol_dollar}{user.name} |
-
-
- |
- 删除 |
-
-
-
-
-
-
+<%@ page contentType="text/html;charset=UTF-8" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
+
+
+
+
+
用户管理
+
+
+
+
+ ${symbol_dollar}{message}
+
+
+
+ 登录名 | 用户名 | 注册时间 | 管理 |
+
+
+
+ ${symbol_dollar}{user.loginName} |
+ ${symbol_dollar}{user.name} |
+
+
+ |
+ 删除 |
+
+
+
+
+
+
diff --git a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/register.jsp b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/register.jsp
index c583f6f4d..231b737e6 100644
--- a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/register.jsp
+++ b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/account/register.jsp
@@ -1,68 +1,68 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
-<%@ page contentType="text/html;charset=UTF-8" %>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
-
-
-
-
用户注册
-
-
-
-
-
-
-
-
+<%@ page contentType="text/html;charset=UTF-8" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+
+
+
+
用户注册
+
+
+
+
+
+
+
+
diff --git a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/api/list.jsp b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/api/list.jsp
index d850beea4..17252785d 100644
--- a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/api/list.jsp
+++ b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/api/list.jsp
@@ -3,7 +3,7 @@
#set( $symbol_escape = '\' )
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
+
@@ -15,14 +15,14 @@
Restful API 列表
查询 API
修改API
- - 创建任务 :http://${symbol_dollar}{pageContext.request.serverName}:${symbol_dollar}{pageContext.request.serverPort}${symbol_dollar}{pageContext.request.contextPath}/api/v1/task method=Post, consumes=JSON
- - 修改任务(id=1) :http://${symbol_dollar}{pageContext.request.serverName}:${symbol_dollar}{pageContext.request.serverPort}${symbol_dollar}{pageContext.request.contextPath}/api/v1/task/1 method=Put, consumes=JSON
+ - 创建任务 :${symbol_dollar}{reqUrl}/api/v1/task method=Post, consumes=JSON
+ - 修改任务(id=1) :${symbol_dollar}{reqUrl}/api/v1/task/1 method=Put, consumes=JSON
diff --git a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/error/404.jsp b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/error/404.jsp
index fc35bdf74..ece1d27c7 100644
--- a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/error/404.jsp
+++ b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/error/404.jsp
@@ -1,19 +1,19 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
-<%@ page contentType="text/html;charset=UTF-8"%>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
-<%response.setStatus(200);%>
-
-
-
-
-
404 - 页面不存在
-
-
-
-
404 - 页面不存在.
-
">返回首页
-
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+<%response.setStatus(200);%>
+
+
+
+
+
404 - 页面不存在
+
+
+
+
404 - 页面不存在.
+
">返回首页
+
\ No newline at end of file
diff --git a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/task/taskList.jsp b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/task/taskList.jsp
index 7fa35cd4c..f33331b45 100644
--- a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/task/taskList.jsp
+++ b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/views/task/taskList.jsp
@@ -1,44 +1,44 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
-<%@ page contentType="text/html;charset=UTF-8" %>
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
-
-
-
-
-
任务管理
-
-
-
-
- ${symbol_dollar}{message}
-
-
-
-
-
-
-
-
-
-
+<%@ page contentType="text/html;charset=UTF-8" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
+
+
+
+
+
任务管理
+
+
+
+
+ ${symbol_dollar}{message}
+
+
+
+
+
+
+
+
+
+
diff --git a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
index 5a5bd7e18..d779d89a6 100644
--- a/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
+++ b/support/maven-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
@@ -1,104 +1,104 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
-
-
- ${artifactId}
-
-
- contextConfigLocation
-
- classpath*:/applicationContext.xml,
- classpath*:/applicationContext-shiro.xml
-
-
-
- spring.profiles.default
- production
-
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
- encodingFilter
- org.springframework.web.filter.CharacterEncodingFilter
-
- encoding
- UTF-8
-
-
- forceEncoding
- true
-
-
-
- encodingFilter
- /*
-
-
-
- openEntityManagerInViewFilter
- org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
-
- openEntityManagerInViewFilter
- /*
-
-
-
- shiroFilter
- org.springframework.web.filter.DelegatingFilterProxy
-
- targetFilterLifecycle
- true
-
-
-
- shiroFilter
- /*
-
-
-
- sitemeshFilter
- com.opensymphony.sitemesh.webapp.SiteMeshFilter
-
-
- sitemeshFilter
- /*
-
-
-
- springServlet
- org.springframework.web.servlet.DispatcherServlet
-
- contextConfigLocation
- /WEB-INF/spring-mvc.xml
-
- 1
-
-
- springServlet
- /
-
-
-
- 20
-
-
-
- java.lang.Throwable
- /WEB-INF/views/error/500.jsp
-
-
- 500
- /WEB-INF/views/error/500.jsp
-
-
- 404
- /WEB-INF/views/error/404.jsp
-
+
+
+ ${artifactId}
+
+
+ contextConfigLocation
+
+ classpath*:/applicationContext.xml,
+ classpath*:/applicationContext-shiro.xml
+
+
+
+ spring.profiles.default
+ production
+
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+
+ encodingFilter
+ org.springframework.web.filter.CharacterEncodingFilter
+
+ encoding
+ UTF-8
+
+
+ forceEncoding
+ true
+
+
+
+ encodingFilter
+ /*
+
+
+
+ openEntityManagerInViewFilter
+ org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
+
+
+ openEntityManagerInViewFilter
+ /*
+
+
+
+ shiroFilter
+ org.springframework.web.filter.DelegatingFilterProxy
+
+ targetFilterLifecycle
+ true
+
+
+
+ shiroFilter
+ /*
+
+
+
+ sitemeshFilter
+ com.opensymphony.sitemesh.webapp.SiteMeshFilter
+
+
+ sitemeshFilter
+ /*
+
+
+
+ springServlet
+ org.springframework.web.servlet.DispatcherServlet
+
+ contextConfigLocation
+ /WEB-INF/spring-mvc.xml
+
+ 1
+
+
+ springServlet
+ /
+
+
+
+ 20
+
+
+
+ java.lang.Throwable
+ /WEB-INF/views/error/500.jsp
+
+
+ 500
+ /WEB-INF/views/error/500.jsp
+
+
+ 404
+ /WEB-INF/views/error/404.jsp
+
\ No newline at end of file