Код: Выделить всё
[Running] cd "/Users/shell/Downloads/try/src/main/java/com/example/demo/" && javac TryApplication.java && java TryApplication
TryApplication.java:3: error: package org.springframework.boot does not exist
import org.springframework.boot.SpringApplication;
^
TryApplication.java:4: error: package org.springframework.boot.autoconfigure does not exist
import org.springframework.boot.autoconfigure.SpringBootApplication;
^
TryApplication.java:6: error: cannot find symbol
@SpringBootApplication
^
symbol: class SpringBootApplication
TryApplication.java:10: error: cannot find symbol
SpringApplication.run(TryApplication.class, args);
^
symbol: variable SpringApplication
location: class TryApplication
4 errors
Код: Выделить всё
4.0.0
org.springframework.boot
spring-boot-starter-parent
3.3.4
com.try
try
0.0.1-SNAPSHOT
try
try
17
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-starter-security
org.springframework.boot
spring-boot-starter-thymeleaf
org.springframework.boot
spring-boot-starter-validation
org.springframework.boot
spring-boot-starter-web
org.thymeleaf.extras
thymeleaf-extras-springsecurity6
org.postgresql
postgresql
runtime
org.projectlombok
lombok
true
org.springframework.boot
spring-boot-starter-test
test
org.springframework.security
spring-security-test
test
org.springframework.boot
spring-boot-maven-plugin
org.projectlombok
lombok
Подробнее здесь: https://stackoverflow.com/questions/790 ... have-it-in