• 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-scheduling-sym-log-lgm.xml
Download as .zip file
File name
Commit message
Commit date
src/main
포토 getImage.do 컨트롤러 이동
7 days ago
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
포토 getImage.do 컨트롤러 이동
7 days ago
resources
게시판 등록 로직 추가
01-27
webapp
파일업로드 테이블 css 수정
7 days ago
File name
Commit message
Commit date
egovframework
게시판 등록 로직 추가
01-27
log4j2.xml
5648 관리자 메인비주얼관리 수정
01-26
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-27
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 aeea591 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" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd"> <!-- 시스템 로그 요약 --> <!-- <bean id="sysLogging" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"> <property name="targetObject" ref="egovSysLogScheduling" /> <property name="targetMethod" value="sysLogSummary" /> <property name="concurrent" value="false" /> </bean> --> <!-- 시스템 로그 요약 트리거--> <!-- <bean id="sysLogTrigger" class="org.springframework.scheduling.quartz.SimpleTriggerFactoryBean"> <property name="jobDetail" ref="sysLogging" /> 시작하고 1분후에 실행한다. (milisecond) 60000 <property name="startDelay" value="30000" /> 매 24시간마다 실행한다.864000000 (milisecond) <property name="repeatInterval" value="864000000" /> </bean> --> <!-- 시스템 로그 요약 스케줄러 --> <!-- <bean id="sysLogScheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="triggers"> <list> <ref bean="sysLogTrigger" /> </list> </property> <property name="waitForJobsToCompleteOnShutdown" value="true"/> </bean> --> <!-- 스케줄러 메일 전송 --> <!-- <bean id="schMailSending" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"> <property name="targetObject" ref="egovSchMailSendScheduling" /> <property name="targetMethod" value="schMailSend" /> <property name="concurrent" value="false" /> </bean> --> <!-- 스케줄러 메일 전송 트리거--> <!-- <bean id="schMailSendTrigger" class="org.springframework.scheduling.quartz.SimpleTriggerFactoryBean"> <property name="jobDetail" ref="schMailSending" /> 시작하고 1분후에 실행한다. (milisecond) 60000 <property name="startDelay" value="0" /> 매 24시간마다 실행한다.864000000 (milisecond) <property name="repeatInterval" value="60000" /> </bean> --> <!-- <bean id="schMailSendTrigger" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean"> <property name="jobDetail" ref="schMailSending" /> 매 50초마다 실행 <property name="cronExpression" value="50 * * * * ?" /> secs mins hrs dom(day) month dow(week) year(option) https://www.leafcats.com/94 참조 d <property name="cronExpression" value="* * 01 * * ?" /> </bean> --> <!-- 스케줄러 메일 전송 스케줄러 --> <!-- <bean id="schMailSendScheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="triggers"> <list> <ref bean="schMailSendTrigger" /> </list> </property> </bean> --> </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