728x90 프로젝트1 [프로젝트] 간단한 블로그 만들기 환경 설정 # 의존성 추가 (pom.xml) org.springframework.security spring-security-taglibs 5.6.0 org.apache.tomcat.embed tomcat-embed-jasper 10.0.14 javax.servlet jstl 1.2 # application.yml spring: datasource: # 사용할 JDBC 드라이버의 클래스 이름을 지정 driver-class-name: com.mysql.cj.jdbc.Driver # 데이터베이스에 연결할 URL을 지정 url: jdbc:mysql://localhost:3306/blog?serverTimezone=Asia/Seoul # 사용자 이름 username: cos # 비밀번호 password: cos.. 2024. 2. 24. 이전 1 다음 728x90