Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-cloud
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-hook
gic-cloud
Commits
ff3d55cd
Commit
ff3d55cd
authored
May 20, 2024
by
guojx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-2024-05-data-hook' into 'developer'
test See merge request
!124
parents
26e102be
cb1f960c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
spring-servlet.xml
...loud-data-hook/src/main/webapp/WEB-INF/spring-servlet.xml
+12
-12
No files found.
gic-cloud-data-hook/src/main/webapp/WEB-INF/spring-servlet.xml
View file @
ff3d55cd
...
...
@@ -110,18 +110,18 @@
</bean>
<!-- 视图解析器配置 -->
<bean
class=
"org.springframework.web.servlet.view.BeanNameViewResolver"
/
>
<!-- If no extension matched, use JSP view
-->
<bean
class=
"org.springframework.web.servlet.view.InternalResourceViewResolver"
>
<property
name=
"order"
value=
"2"
/
>
<property
name=
"prefix"
>
<value>
/WEB-INF/view/
</value
>
</property
>
<property
name=
"suffix"
>
<value>
.jsp
</value
>
</property
>
</bean
>
<!-- <bean class="org.springframework.web.servlet.view.BeanNameViewResolver" />--
>
<!-- <!– If no extension matched, use JSP view –>
-->
<!-- <bean-->
<!-- class="org.springframework.web.servlet.view.InternalResourceViewResolver">--
>
<!-- <property name="order" value="2" />--
>
<!-- <property name="prefix">--
>
<!-- <value>/WEB-INF/view/</value>--
>
<!-- </property>--
>
<!-- <property name="suffix">--
>
<!-- <value>.jsp</value>--
>
<!-- </property>--
>
<!-- </bean>--
>
<mvc:interceptors>
<bean
class=
"com.gic.commons.interceptor.RequestLimitInterceptor"
></bean>
</mvc:interceptors>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment