• 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 / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainresourcesegovframeworkspringcomcontext-syslogaop.xml
Download as .zip file
File name
Commit message
Commit date
src/main
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-21
.gitignore
first commit
2025-12-11
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
사용자 메뉴 관리자와 동기화 / 풋터 오류 수정
01-21
resources
사용자 메뉴 관리자와 동기화 / 풋터 오류 수정
01-21
webapp
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-21
File name
Commit message
Commit date
egovframework
사용자 메뉴 관리자와 동기화 / 풋터 오류 수정
01-21
log4j2.xml
first commit
2025-12-11
File name
Commit message
Commit date
egovProps
first commit
2025-12-11
message/com
first commit
2025-12-11
spring/com
first commit
2025-12-11
sqlmap
사용자 메뉴 관리자와 동기화 / 풋터 오류 수정
01-21
validator
first commit
2025-12-11
File name
Commit message
Commit date
context-aspect.xml
first commit
2025-12-11
context-bbsChgHst.xml
first commit
2025-12-11
context-common.xml
first commit
2025-12-11
context-crypto.xml
first commit
2025-12-11
context-datasource.xml
first commit
2025-12-11
context-excel.xml
first commit
2025-12-11
context-idgen.xml
first commit
2025-12-11
context-mail.xml
first commit
2025-12-11
context-properties.xml
first commit
2025-12-11
context-scheduling-sym-log-lgm.xml
first commit
2025-12-11
context-security.xml
first commit
2025-12-11
context-sqlMap.xml
first commit
2025-12-11
context-syslogaop.xml
first commit
2025-12-11
context-transaction.xml
first commit
2025-12-11
context-validator.xml
first commit
2025-12-11
mybatis-config.xml
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 6cb0d35 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" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd"> <!-- System Log Aspect --> <bean id="logManage" class="kcc.let.sym.log.clg.service.EgovLoginLogAspect" /> <aop:config> <aop:aspect id="logManageAspect" ref="logManage"> <!-- 로그인 Method --> <!-- <aop:before pointcut="execution(public * kcc.let.uat.uia.service.EgovLoginService.actionLogin(..))" method="logLogin" /> --> <!-- 로그아웃 Method <aop:before pointcut="execution(public * kcc.let.uat.uia.web.EgovLoginController.actionLogout(..))" method="logLogout" /> --> </aop:aspect> </aop:config> <!-- System Log Aspect --> <!-- <bean id="syslog" class="kcc.let.sym.log.lgm.service.EgovSysLogAspect" /> <aop:config> <aop:aspect id="sysLogAspect" ref="syslog"> --> <!-- insert로 시작되는 service Method --> <!-- <aop:around pointcut="execution(public * kcc.com..impl.*Impl.insert*(..))" method="logInsert" /> --> <!-- update로 시작되는 service Method --> <!-- <aop:around pointcut="execution(public * kcc.com..impl.*Impl.update*(..))" method="logUpdate" /> --> <!-- delete로 시작되는 service Method --> <!-- <aop:around pointcut="execution(public * kcc.com..impl.*Impl.delete*(..))" method="logDelete" /> --> <!-- select로 시작되는 service Method --> <!-- <aop:around pointcut="execution(public * kcc.com..impl.*Impl.select*(..))" method="logSelect" /> --> <!-- 관리자 로그를 위한 메소드 --> <!-- </aop:aspect> </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