From 54514d53711fdc686d1ce3cf8530cfeba3fb3c02 Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Mon, 3 Apr 2023 07:37:51 +0800 Subject: [PATCH] Updated files --- 资产系统开发笔记.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/资产系统开发笔记.md b/资产系统开发笔记.md index a049b39..c8980c8 100644 --- a/资产系统开发笔记.md +++ b/资产系统开发笔记.md @@ -557,7 +557,7 @@ public interface UserMapper { 1. 创建JPA Repository接口:创建一个UserRepository接口,并使用@Repository注解标志它。如下所示: -``` +```java Copy code @Repository public interface UserRepository extends JpaRepository {