Spring Boot
Posted 水台无优
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot相关的知识,希望对你有一定的参考价值。
一、通过tomcat实现热部署原理解析:
1、直接把项目web文件夹放在webapps里
2、在tomcat\conf\server.xml中的<host></host>内部添加
<Context debug="0" docBase="D:/web" path="/hot" privileged="true" reloadable="true" />
或者在conf\Catalina\localhost中添加一个xml文件,内容一样
把webapps下的项目文件夹里的内容复制到D:/web目录下,访问路径改为localhost:8080/hot/index.do。
以上是关于Spring Boot的主要内容,如果未能解决你的问题,请参考以下文章
spring bootspring boot @ConditionalOnxxx相关注解总结
Spring BootSpring MVCSpring有什么区别
Spring BootSpring MVCSpring有什么区别