2024-09-11 17:11 web.xml OSIV 주석 해제
This commit is contained in:
parent
ddba301afd
commit
cfbac74f1a
@ -72,7 +72,7 @@
|
||||
<!--// site mesh -->
|
||||
|
||||
<!-- spring OSIV hibernate 트랜젝션 설정 sql 지연로딩 등 문제 발생 시 적용 url을 수정-->
|
||||
<!-- <filter>
|
||||
<filter>
|
||||
<filter-name>openSessionInViewFilter</filter-name>
|
||||
<filter-class>
|
||||
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
|
||||
@ -81,7 +81,7 @@
|
||||
<filter-mapping>
|
||||
<filter-name>openSessionInViewFilter</filter-name>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping> -->
|
||||
</filter-mapping>
|
||||
|
||||
|
||||
<listener>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user