Код: Выделить всё
mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< com.aegon:aegon >---------------------------
[INFO] Building aegon 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ aegon ---
[INFO] Deleting C:\Users\48512\Desktop\BEST\BEST\17 KV\projekty\dostałem-rozpakowane\system-biletowy-backend-master\target
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ aegon ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 57 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ aegon ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to C:\Users\48512\Desktop\BEST\BEST\17 KV\projekty\dostałem-rozpakowane\system-biletowy-backend-master\target\classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.672 s
[INFO] Finished at: 2022-08-26T10:54:35+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project aegon: Fatal error compiling: java.lang.Il
legalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x6f4adaab) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironm
ent (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x6f4adaab -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Код: Выделить всё
4.0.0
org.springframework.boot
spring-boot-starter-parent
2.1.7.RELEASE
com.aegon
aegon
1.0
aegon
karnavauli 2.0
1.8
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-starter-security
org.springframework.boot
spring-boot-starter-web
org.postgresql
postgresql
42.2.6
org.projectlombok
lombok
true
org.springframework.boot
spring-boot-starter-test
test
org.springframework.security
spring-security-test
test
io.jsonwebtoken
jjwt
0.9.1
org.modelmapper
modelmapper
2.3.5
org.slf4j
slf4j-api
1.7.25
com.google.zxing
core
3.3.0
com.google.zxing
javase
3.3.0
org.springframework.boot
spring-boot-starter-mail
org.springframework.boot
spring-boot-maven-plugin
${project.parent.version}
org.apache.maven.plugins
maven-compiler-plugin
3.8.1
11
11
Весь вчерашний день искал решение и ничего не изменилось.
Также это не мой собственный проект, я взял закончился и я все еще жду встречи с автором, но он сказал, что все должно работать без проблем. Это не так. Я немного знаю Java, но не знаю реакции и Springboot.
Пожалуйста, помогите.
Подробнее здесь: https://stackoverflow.com/questions/734 ... ac-apt-lom