This is a simple project to learn jpa.
git clone https://github.com/zhenye163/springboot_jpa
- You should create database springboot_jpa first of all.
- Then you can start this project in IDEA.
- The port of this project is 8080.
- I have given some test data, such as teacher.sql,student.sql.If you want to do more query tests, you should save this data to the database springboot_jpa before.
You can get more guide from MyBlog.