摘要: 最近再新学springbooot 以下是新学的项目 `package org.example.student123; import jakarta.persistence.*; @Entity @Table(name = "students") public class Student { @Id 阅读全文
posted @ 2025-03-25 20:26 ytr123 阅读(24) 评论(0) 推荐(0)