Полная ошибка:
Код: Выделить всё
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.155 s
[INFO] Finished at: 2024-11-02T15:07:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project: Compilation failure: Compilation failure:
[ERROR] /Users/**/Documents/**/projects/**/src/main/java/com/example/**/controller/Controller.java:[88,14] cannot find symbol
[ERROR] symbol: method setImageUrl(java.lang.String)
[ERROR] location: variable album of type com.example.**.model.**
[ERROR] /Users/**/Documents/**/projects/**/src/main/java/com/example/**/controller/Controller.java:[99,21] cannot find symbol
[ERROR] symbol: method setImageUrl(java.lang.String)
[ERROR] location: variable newAlbum of type com.example.**.model.**
Вот мой полный pom.xml:
Код: Выделить всё
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.springframework.boot
spring-boot-starter-parent
3.3.3
Подробнее здесь: [url]https://stackoverflow.com/questions/79150970/failed-to-execute-goal-org-apache-maven-pluginsmaven-compiler-plugin3-13-0com[/url]