文件名称:spring-boot-data-audit:启用了Spring Data Audit的Spring Boot示例项目
文件大小:62KB
文件格式:ZIP
更新时间:2024-02-26 14:22:41
java tutorial spring-boot audit spring-data-jpa
Spring Data Jpa审核示例 使用Spring Data Jpa的@CreatedDate和@LastModified启用审核 背景 提供了审核功能,其中包括@CreateDate , @CreatedBy , @LastModifiedDate和@LastModifiedBy 。 在这个例子中,我们将看到如何用很少的配置来实现它。 实体类 在此示例中,我们有一个实体类 ,其中包含有关表结构的信息。 初始结构如下: @Entity @Table public class User { @Id @GeneratedValue private Long
【文件预览】:
spring-boot-data-audit-master
----_config.yml(134B)
----UNLICENSED(1KB)
----.gitignore(249B)
----.mvn()
--------wrapper()
----README.md(8KB)
----pom.xml(2KB)
----.github()
--------workflows()
--------dependabot.yml(221B)
----mvnw(7KB)
----src()
--------test()
--------main()
----mvnw.cmd(5KB)