설치 방법
Default Project Database Port 1366 - MySQL Web Application Server Port - 9040
|____common # Project Common
|____config # Spring Config
|____ctrl # Controller
|____entity # DB Table Entity
|____job # Spring Batch
|____repo # DB Table Repository
|____service # Service
|SBApplication.java # SpringBoot Application Main
# maven build
$ mvn clean package
# servce
$ java -jar target/**.war
![image-20230219201501149](README.assets/image-20230219201501149.png