随笔分类 - spirngboot
springboot的笔记
摘要:一、在pom.xml中的build加入以下配置: <build> <finalName>${project.artifactId}</finalName> <plugins> <!--打包跳过测试类--> <plugin> <artifactId>maven-surefire-plugin</art
阅读全文
摘要:在启动springboot项目的时候,会停顿好长时间才开始打印日志。 对于强迫症这是受不了的。 查看第一行的日志打印。 InetAddress.getLocalHost().getHostName() took 5004 milliseconds to respond. Please verify
阅读全文
摘要:在开发过程可以使用springboot内嵌的Tomcat容器进行调试并且可以进行热部署, 一、 热部署实现 当我们修改了类文件后,idea不会自动编译,得修改idea设置。 (1)File-Settings-Compiler-Build Project automatically (2)ctrl +
阅读全文
摘要:springboot拦截器 说明:和springmvc一样去实现HandlerInterceptor接口 import org.springframework.stereotype.Component; import org.springframework.web.servlet.HandlerIn
阅读全文

浙公网安备 33010602011771号