inisialisasi

This commit is contained in:
tias
2024-06-15 16:59:12 +07:00
commit 3e97011f66
90 changed files with 5620 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// package org.sadigit.scheduling;
// import org.springframework.stereotype.Component;
// @Component("anotherBean")
// public class AnotherBean {
// public void printAnotherMessage(){
// System.out.println("I am called by Quartz jobBean using
// CronTriggerFactoryBean");
// }
// }