Java 기초예제 - ToDo 할 일 리스트 만들어 보기
1. 개발 환경 mysql sts-4.29.1.RELEASE(Spring boot) mybatis framework thymeleaf maven thymleaf dbeaver 2. resourcestatic/css/style.csstemplate/todo.htmlapplication.yml# 서버 포트 설정server: port: 8080# database 연동 설정spring: application: name: todo datasource: driver-class-name: cohttp://m.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/데이터베이스명?serverTimezone=Asia/Seoul&characterEncoding=..