• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / mjgo_git star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_gitsrcmainresourcesegovframeworkspringcomcontext-transaction.xml
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
2025-12-15
src/main
jenkins webhook 테스트 ver2
04-24
.codetogether.ignore
first commit
2025-12-15
.gitignore
first commit
2025-12-15
pom.xml
build name 수정
03-17
File name
Commit message
Commit date
java
5733 메인배너 이미지관리 좌표 추가
04-24
resources
5733 메인배너 이미지관리 좌표 추가
04-24
webapp
jenkins webhook 테스트 ver2
04-24
File name
Commit message
Commit date
egovframework
5733 메인배너 이미지관리 좌표 추가
04-24
log4j2.xml
first commit
2025-12-15
File name
Commit message
Commit date
egovProps
first commit
2025-12-15
message/com
first commit
2025-12-15
spring/com
first commit
2025-12-15
sqlmap
5733 메인배너 이미지관리 좌표 추가
04-24
validator
first commit
2025-12-15
File name
Commit message
Commit date
context-aspect.xml
first commit
2025-12-15
context-bbsChgHst.xml
first commit
2025-12-15
context-common.xml
first commit
2025-12-15
context-crypto.xml
first commit
2025-12-15
context-datasource.xml
first commit
2025-12-15
context-excel.xml
first commit
2025-12-15
context-idgen.xml
first commit
2025-12-15
context-mail.xml
first commit
2025-12-15
context-properties.xml
first commit
2025-12-15
context-scheduling-sym-log-lgm.xml
first commit
2025-12-15
context-security.xml
first commit
2025-12-15
context-sqlMap.xml
first commit
2025-12-15
context-syslogaop.xml
first commit
2025-12-15
context-transaction.xml
first commit
2025-12-15
context-validator.xml
first commit
2025-12-15
hehihoho3@gmail.com 2025-12-15 b0c3db0 first commit 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