摘要: 人才是公司运作的关键所在”本文提纲1. spring-boot-starter-web 依赖概述1.1 spring-boot-starter-web 职责1.2 spring-boot-starter-web 依赖关系2. Spring MVC on Spring Boot2.1 Spring M 阅读全文
posted @ 2018-03-18 15:33 xu_shuyi 阅读(139) 评论(0) 推荐(0)
摘要: 热部署是什么 大家都知道在项目开发过程中,常常会改动页面数据或者修改数据结构,为了显示改动效果,往往需要重启应用查看改变效果,其实就是重新编译生成了新的Class文件,这个文件里记录着和代码等对应的各种信息,然后Class文件将被虚拟机的ClassLoader加载。 而热部署正是利用了这个特点,它监 阅读全文
posted @ 2018-03-18 15:12 xu_shuyi 阅读(521) 评论(0) 推荐(0)
摘要: 首先打开tomcat配置界面,在server中 将 "On Update action"、"On frame deactivation" 都选择 update classes and resources 然后选择deployment,点击加号,选择要发步项目的exploded 在startup/co 阅读全文
posted @ 2018-03-18 14:46 xu_shuyi 阅读(403) 评论(0) 推荐(0)