主要使用了springboot技术
thymeleaf模板引擎
mybatis,mysql数据库技术
js, css, sementicui, ajax等技术
回溯法实现了课程自动排课算法
package com.zj.demo.controller;
import com.zj.demo.entity.*;
import com.zj.demo.mapper.*;
import com.zj.demo.utils.IDGenerator;
import org.springframework.stereotype.Controller;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping