Spring
全是泡沫
这个作者很懒,什么都没留下…
展开
-
【Spring】注解
@PathVarible 路径变量 访问URL:http://localhost:8080/tologin/name/123@RequestMapping("/tologin/{username}/{password}") public String LoginController(@PathVariable String username, @PathVariable String pass原创 2017-03-02 19:25:13 · 338 阅读 · 1 评论 -
【Spring】Spring-boot搭建一个简单的Hello World工程
Open IDEA,choose “New–>Project” Choose “Spring Initializr” Group Artifact and Choose java Version 选择依赖项,web工程可以选web Fill out the project name,and choose the project location 将”.mvn mvnw mvnw.cmd”文件删掉 启原创 2017-02-24 11:31:42 · 874 阅读 · 0 评论 -
【Idea】Idea+SpringMVC+Maven+Tomcat搭建一个简单的hello world工程
本文介绍在windows环境下从零开始,搭建一个Idea+SpringMVc+Maven+Tomcat的简单hello world工程环境工具: Windows IntelliJ Idea SpringMVC Maven Tomcat IntelliJ idea下载安装 进入官网下载IntelliJ idea,选择windows,Ultimate Edition版本(企业开发),如果不需要太多功能的原创 2017-02-20 23:28:08 · 2256 阅读 · 0 评论 -
【Spring】后端解决跨域问题
晚上补充原创 2017-07-27 14:14:46 · 711 阅读 · 1 评论