spring mvc
内心的一片海
这个作者很懒,什么都没留下…
展开
-
Spring mvc 设置请求域名
package com.shsxt.springmvc.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframewor原创 2021-04-10 18:41:20 · 684 阅读 · 0 评论 -
spring 环境搭建
本文可以创建出基本的springmvc项目运行,适用于初学者 Spring mvc.xml的配置文件如下 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:conte原创 2021-04-10 01:39:50 · 79 阅读 · 0 评论