336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
pom.xml에 메이븐이 작동안할때가 있다.
이럴땐 가장 쉬운 방법은
build를 전부 지우고 디펜던시로 추가해주는것이다.
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</dependency>
그리고 메이븐 재빌드를 하면 된다. 그럼 아래와 같이 해결된다.
그외 방법은 스택오버플로우를 참조하길바란다.
'Java Spring > Tip' 카테고리의 다른 글
logger cannot be resolved 해결법 (0) | 2021.06.26 |
---|---|
log4j Multiple annotations found at this line 에러 해결 (0) | 2021.06.21 |
Multiple markers at this line 종류별 해결법 (0) | 2021.06.13 |
스프링 프로젝트 생성 종류 선택 팁 (0) | 2021.06.06 |
The method getConnection() is undefined for the type DataSource 해결책 (0) | 2021.06.06 |