• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainresourcesegovframeworkspringcomcontext-transaction.xml
Download as .zip file
File name
Commit message
Commit date
.claude
Merge branch 'master' into api_advc
2025-10-30
DATABASE
mjon_git
2023-06-12
src/main
Merge branch 'master' into api_advc
2025-10-30
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
시큐리티.xml 머지 완료
2025-10-22
pom.xml
알림톡 이모지 추가
2025-10-28
File name
Commit message
Commit date
java
Merge branch 'master' into api_advc
2025-10-30
resources
Merge branch 'master' into api_advc
2025-10-30
webapp
Merge branch 'master' into api_advc
2025-10-30
File name
Commit message
Commit date
egovframework
Merge branch 'master' into api_advc
2025-10-30
log4j2.xml
ROOT log레벨 수정 OFF => DEBUG
2024-11-08
File name
Commit message
Commit date
egovProps
jdbc url 수정
2025-10-28
message/com
mjon_git
2023-06-12
spring/com
시큐리티.xml 머지 완료
2025-10-22
sqlmap
Merge branch 'master' into api_advc
2025-10-30
validator
mjon_git
2023-06-12
File name
Commit message
Commit date
context-aspect.xml
mjon_git
2023-06-12
context-bbsChgHst.xml
mjon_git
2023-06-12
context-common.xml
mjon_git
2023-06-12
context-crypto.xml
mjon_git
2023-06-12
context-datasource.xml
이준호 문자온 커밋 - globals_local.properties db 접속 정보 수정 - mainPage.jsp httpredirect 함수 조건 변경
2023-07-28
context-excel.xml
mjon_git
2023-06-12
context-idgen.xml
메인 팝업 관리자 완료
2025-02-28
context-mail.xml
mjon_git
2023-06-12
context-properties.xml
mjon_git
2023-06-12
context-scheduling-sym-log-lgm.xml
mj_msg_data 백업 스케줄러 주석처리
2024-11-22
context-security.xml
시큐리티.xml 머지 완료
2025-10-22
context-sqlMap.xml
mjon_git
2023-06-12
context-syslogaop.xml
mjon_git
2023-06-12
context-transaction.xml
mjon_git
2023-06-12
context-validator.xml
mjon_git
2023-06-12
hylee 2023-06-12 d95ee87 mjon_git UNIX
Raw Open in browser Change history
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd"> <!-- transaction 설정 --> <bean id="txManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager"> <property name="dataSource" ref="dataSource"/> </bean> <tx:advice id="txAdvice" transaction-manager="txManager"> <tx:attributes> <tx:method name="*" rollback-for="Exception"/> </tx:attributes> </tx:advice> <aop:config> <aop:pointcut id="requiredTx" expression="execution(* itn.let..impl.*Impl.*(..)) or execution(* itn.com..*Impl.*(..))"/> <aop:advisor advice-ref="txAdvice" pointcut-ref="requiredTx" /> </aop:config> </beans>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up