# java_springboot **Repository Path**: pluto_0609/java_springboot ## Basic Information - **Project Name**: java_springboot - **Description**: 对汪云飞的spring boot的代码实际操作(IDEA版) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-28 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java_springboot ### Springmvc demo ###Spring Boot实战 书上第四章例子,可以运行 # 参考部署操作 ###IJ导入Maven项目 -> 选择git clone下来的目录 -> 一路默认前进 -> Edit configurations -> 添加一个Tomcat server -> 填写tomcat配置 -> ###deployment选择war,然后在Application context填写/springmvc(也可以自定义) ##访问链接为:http://localhost:8080/springmvc/index