background: 1. There is a notification table in the database You can see the
These three fields are underlined. 2. The entity class corresponding to this table is public class Notification { private Long id; private Long notifier; private Long receiver; private Long outerId; private Integer type; private Long gmtCreate; private Integer status; private String notifierName; private String outerTitle; } Use camelCase when writing actual Java code Note whether camel case mapping is enabled in application.properties
3. There is an insert statement in Mapper
Conclusion: When doing placeholder, the content in #{} should be gmtCreate Be careful when writing, writing it as gmt_create may result in an error The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Implementation of Docker deployment of web projects
>>: Vue uses el-table to dynamically merge columns and rows
Table of contents Mistake 1: Too many columns of ...
The reason why Docker is so popular nowadays is m...
1. Add PRIMARY KEY (primary key index) mysql>A...
To facilitate the maintenance of MySQL, a script ...
I would like to share the Windows Server 2016 act...
NProgress is the progress bar that appears at the...
Download the MySQL installer Official download ad...
In many projects, it is necessary to implement th...
Table of contents 1. props 2..sync 3.v-model 4.re...
A few days ago, I discovered that my website was ...
Another important aspect of separating structure ...
Table of contents Preface The relationship betwee...
Each of these 16 sites is worth reading carefully,...
Method 1: Use CSS overflow omission to solve The ...
This is a pretty cool feature that makes web page...