Languages
[Edit]
EN

Spring Boot 2 - CRUD example using JPA and MySQL database

3 points
Created by:
Creg
9600

In this article, we would like to show how to use togather: Spring Boot 2JPA and MySQL database.

Project structure: 

Spring Boot 2 + JdbcTemplate - example project structure.
Spring Boot 2 + JPA - example project structure.

DemoApplication.java file:

 

UsersController.java file:

 

UsersRepository.java file:

 

UserEntity.java file:

 

application.properties file:

Where:

  • spring.jpa.show-sql=true enables SQL queries printing in the console,
  • spring.jpa.hibernate.ddl-auto=update enables automatic tabase preparation when it is needed.

 

pom.xml file:

 

Database preparation

Edit

 

Related snippets

Edit
  1. Spring Boot 2 - controller example that implements CRUD using JPA (short version)

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join