摘要:
一、新建 index.html 在 webapp\WEB-INF\templates 下新建首页 index.html。 <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset 阅读全文
摘要:
一、搭建 mvc 环境 新建一个 module 模块,创建 maven 工程,步骤跟以前一样,各种配置文件内容也可以拷贝修改一下即可。 二、创建实体类 新建个 bean 包,创建实体类 Employee: package com.pingguo.rest.bean; public class Emp 阅读全文