01 2021 档案

摘要:实行功能 代码目录 index页面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>学生管理系统</title> </head> <body> <a href="stu/addStudent.html">添加 阅读全文
posted @ 2021-01-16 00:46 星梦泪痕 阅读(162) 评论(0) 推荐(0)
摘要:1、SpringBoot特点 1.1、依赖管理 父项目做依赖管理 依赖管理 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <versio 阅读全文
posted @ 2021-01-08 22:28 星梦泪痕 阅读(120) 评论(0) 推荐(0)