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 {