это мой pom.xml
Код: Выделить всё
4.0.0
org.springframework.boot
spring-boot-starter-parent
4.0.0-M3
rayan.springframework
springfs-pet-clinic
0.0.1-SNAPSHOT
springfs-pet-clinic
Demo project for Spring Boot
21
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-starter-flyway
org.springframework.boot
spring-boot-starter-validation
org.springframework.boot
spring-boot-starter-webmvc
com.h2database
h2
runtime
org.springframework.boot
spring-boot-starter-test
test
org.projectlombok
lombok
org.apache.maven.plugins
maven-compiler-plugin
3.14.0
org.projectlombok
lombok
1.18.40
org.springframework.boot
spring-boot-maven-plugin
Код: Выделить всё
spring.application.name=springfs-pet-clinic
spring.jpa.hibernate.ddl-auto=create
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
Подробнее здесь: https://stackoverflow.com/questions/797 ... my-browser