Skip to content

kevincylee1127/spring-boot-webmvc-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for Spring Boot

Schema & Data initial by hibernate

  • ddl schema by entity
    application setting : spring.jpa.hibernate.ddl-auto: create-drop
  • data insert by import.sql
    path= src/main/resources/import.sql

Run

mvn spring-boot:run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages