application.propertiesspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.datasource.url=jdbc:mysql://localhost:3306/xespring.datasource.username=scottspring.datasource.password=tigerlogging.level.web=debuglogging.level.com.gimhae.sts06=debugDeptVo@Data@NoArgsConstructor@AllArgsConstructor@Builderpublic class DeptVo { int deptno; String dname,loc;}DeptDao(Interf)public interface D..