摘要: 连接数据库和创建表 1. pom安装 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <depen 阅读全文
posted @ 2024-11-13 17:08 漫漫长路</> 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1. 最快的例子 Coach接口 package com.example18.example_18; public interface Coach { String getDailyWorkout(); } CricletCoach 类对接口的实现 package com.example18.exa 阅读全文
posted @ 2024-11-13 11:17 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑