프로젝트 생성 및 View 환경 설정(Thymeleaf)
프로젝트 생성 IDE : IntelliJ JAVA 8 JPA 자바 ORM 기술에 대한 표준 명세로, JAVA에서 제공하는 API 자바 애플리케이션에서 관계형 데이터베이스를 사용하는 방식을 정의한 인터페이스 Framework : SpringBoot Test library : JUnit4 Database : RDBMS(MySQL) 프로젝트 생성 에러 *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be con..
2022.05.17