why don't created tables in kopring?
im starting learning kotlin + spring boot, and try create table by jpa but but dont created table in my code, below is my code
build.gradle.kts
...
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")...