Přidejte závislost níže:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
Což automaticky nakonfiguruje zdroj dat
Přidejte závislost níže:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
Což automaticky nakonfiguruje zdroj dat