spring-mvc-boot-security-jpa-rest-student-management-project

时间:2021-05-13 22:42:13
【文件属性】:
文件名称:spring-mvc-boot-security-jpa-rest-student-management-project
文件大小:657KB
文件格式:ZIP
更新时间:2021-05-13 22:42:13
Java 学生管理系统 Spring MVC Boot Security JPA Rest学生管理项目 功能性 在MySQL数据库上完成CRUD操作。 RESTful端点使用ID进行工作。 渐进式HTTP基本身份验证,用于保护API的安全 要求 Java 玛文 MySQL Sprint Boot Spring5 引导程序+ HTML 数据库配置文件 db_schema.sql application.properties 设定步骤 数据库设置 请在您的mysql数据库中执行以下命令。 CREATE DATABASE IF NOT EXISTS studentdb; USE studentdb; DROP TABLE IF EXISTS student_info; CREATE TABLE student_info ( id int(11) NOT NULL AUTO_INCREMENT
【文件预览】:
spring-mvc-boot-security-jpa-rest-student-management-project-master
----pom.xml(2KB)
----target()
--------studentmanagement.jar(12KB)
--------maven-status()
--------m2e-wtp()
--------classes()
--------maven-archiver()
----db_schema.sql(616B)
----snapshots()
--------Screen Shot 2018-04-24 at 4.46.53 PM.png(63KB)
--------Screen Shot 2018-04-24 at 5.02.24 PM.png(51KB)
--------Screen Shot 2018-04-24 at 5.01.45 PM.png(50KB)
--------Screen Shot 2018-04-24 at 5.03.12 PM.png(64KB)
--------Screen Shot 2018-04-24 at 5.01.20 PM.png(54KB)
--------Screen Shot 2018-04-24 at 4.17.42 PM.png(34KB)
--------Screen Shot 2018-04-24 at 5.03.05 PM.png(53KB)
--------Screen Shot 2018-04-24 at 4.17.27 PM.png(49KB)
--------Screen Shot 2018-04-24 at 5.03.29 PM.png(57KB)
--------Screen Shot 2018-04-24 at 4.18.48 PM.png(29KB)
----.settings()
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.project.facet.core.xml(260B)
--------org.eclipse.core.resources.prefs(155B)
--------org.eclipse.wst.common.component(689B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.validation.prefs(50B)
--------.jsdtscope(645B)
--------org.eclipse.jdt.core.prefs(430B)
----src()
--------main()
----.idea()
--------dataSources.xml(895B)
--------uiDesigner.xml(9KB)
--------misc.xml(644B)
--------vcs.xml(180B)
--------encodings.xml(172B)
--------compiler.xml(592B)
--------workspace.xml(49KB)
--------dataSources.local.xml(824B)
--------dataSources()
----.project(1KB)
----.classpath(1KB)
----README.md(2KB)

网友评论