-
大小: 6.53MB文件类型: .rar金币: 2下载: 1 次发布日期: 2023-09-27
- 语言: 数据库
- 标签: 评教系统 springboot
资源简介
该系统基于Springboot的教师教学质量评价系统,系统分为管理员、教师、学生角色,功能齐全,直接导入即可使用学习
代码片段和文件信息
package com.evaluation;
import com.alibaba.fastjson.serializer.SerializerFeature;
import com.alibaba.fastjson.support.config.FastJsonConfig;
import com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.http.converter.HttpMessageConverter;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
import java.util.List;
@SpringBootApplication
@MapperScan(“com.evaluation.mapper“)
public class EvaluationApplication extends WebMvcConfigurerAdapter {
@Override
public void configureMessageConverters(List> converters) {
// 初始化转换器
FastJsonHttpMessageConverter fastConvert = new FastJsonHttpMessageConverter();
// 初始化一个转换器配置
FastJsonConfig fastJsonConfig = new FastJsonConfig();
fastJsonConfig.setSerializerFeatures(SerializerFeature.PrettyFormat);
// 将配置设置给转换器并添加到HttpMessageConverter转换器列表中
fastConvert.setFastJsonConfig(fastJsonConfig);
converters.add(fastConvert);
}
public static void main(String[] args) {
SpringApplication.run(EvaluationApplication.class args);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 302 2020-09-25 22:34 评教\.git\config
文件 73 2020-09-25 22:34 评教\.git\desc
文件 23 2020-09-25 22:34 评教\.git\HEAD
文件 478 2020-09-25 22:34 评教\.git\hooks\applypatch-msg.sample
文件 896 2020-09-25 22:34 评教\.git\hooks\commit-msg.sample
文件 4655 2020-09-25 22:34 评教\.git\hooks\fsmonitor-watchman.sample
文件 189 2020-09-25 22:34 评教\.git\hooks\post-update.sample
文件 424 2020-09-25 22:34 评教\.git\hooks\pre-applypatch.sample
文件 1643 2020-09-25 22:34 评教\.git\hooks\pre-commit.sample
文件 416 2020-09-25 22:34 评教\.git\hooks\pre-merge-commit.sample
文件 1348 2020-09-25 22:34 评教\.git\hooks\pre-push.sample
文件 4898 2020-09-25 22:34 评教\.git\hooks\pre-reba
文件 544 2020-09-25 22:34 评教\.git\hooks\pre-receive.sample
文件 1492 2020-09-25 22:34 评教\.git\hooks\prepare-commit-msg.sample
文件 3635 2020-09-25 22:34 评教\.git\hooks\update.sample
文件 39770 2020-09-25 22:35 评教\.git\index
文件 240 2020-09-25 22:34 评教\.git\info\exclude
文件 179 2020-09-25 22:34 评教\.git\logs\HEAD
文件 179 2020-09-25 22:34 评教\.git\logs\refs\heads\master
文件 179 2020-09-25 22:34 评教\.git\logs\refs\remotes\origin\HEAD
文件 11712 2020-09-25 22:34 评教\.git\ob
文件 3976405 2020-09-25 22:34 评教\.git\ob
文件 247 2020-09-25 22:34 评教\.git\packed-refs
文件 41 2020-09-25 22:34 评教\.git\refs\heads\master
文件 32 2020-09-25 22:34 评教\.git\refs\remotes\origin\HEAD
文件 33 2020-09-25 22:34 评教\.gitignore
文件 39 2020-09-25 22:34 评教\.idea\.gitignore
文件 885 2020-09-25 22:34 评教\.idea\compiler.xm
文件 280 2020-09-25 22:37 评教\.idea\encodings.xm
文件 646 2020-09-25 22:37 评教\.idea\libraries\Maven__ch_qos_logback_logback_classic_1_2_3.xm
............此处省略665个文件信息
相关资源
- 黑马 出品代码生成器
- 基于SpringBoot技术开发的个人博客系统
- 基于SpringBoot2+Jpa+SpringSecurity+redis+Vue的
- SpringBoot测试项目
- SpringBoot员工管理系统.7z
- springboot学生管理系统.zip
- 简易后台管理系统
- SpringBootLearning_forezp.tar.gz
- idea+springboot+oracle+mybatis
- 高校学生评教系统设计与实
- 基于Springboot的药品管理系统.rar
- springboot开发的视频网站源码.zip
- 远程手术指导及示教系统的springboot项
- 后台权限管理系统微服务
- springboot
- 基于springboot+layui+shiro+mysql编写的医院
- SpringBoot + laypage分页 + 模糊查询 完整
- Vue+Springboot电商实战
- CRM学员管理系统 Springboot 毕业设计
- 微信小程序后台Springboot+Mysql
- vue-基于springboot+vue+redis实现的前后端
- 广工专项设计基于springboot用户权限管
- springboot+shiro+cas+redis+mybatis+thymeleaf 集
- Vue+springboot简单实现点餐系统开发.z
- 毕业设计:教学评教系统.rar
- springboot整合shiro、redis、druid
- Springboot+Vue前后端分离在线答题+题库
- springboot开发企业微信推送消息 获取
- springboot+mtbatis前后端分离开发音乐网
- 基于SpringBoot的在线课程学习系统设计
评论
共有 条评论