강의를 처음부터 따라하다 첫 강의에 에러뜸
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<!-- <scope>test</scope>-->
</dependency>
주석
'it-day' 카테고리의 다른 글
에러 리포트(parameter 1 of constructor in required a bean of type that could not be found) (0) | 2023.11.28 |
---|---|
"".equals 와 equals("") 차이 알려주세요 (0) | 2023.11.23 |
html 요소 추가 꼼수(span) (0) | 2023.11.10 |
css 우선순위 적용(!important) (0) | 2023.11.07 |
jQuery html(), text(), val()의 차이 (0) | 2023.11.06 |