Spring Boot模板引擎比较?
Spring Boot模板引擎初学者,想问一下freemarker,thymeleaf,beetl,Enjoy这几个模板引擎有什么异同点,各自的优点和缺点是什么?…
怎么解决Spring Boot 的Aspect不起作用?
切面那个类的代码是这样的 @Aspect @Component public class FormAspect { @Pointcut("execution(public * com.repair.controller.app.FormControlle…
springsecurity自定义的过滤器继承UsernamePasswordAuthenticationFilter总是不执行
整合jwt中自定义一个JWTLoginFilter继承了UsernamePasswordAuthenticationFilter, 然后加入到security的执行链中,然后总是不执行?登录时根本不进JWTLo…
spring boot使用的内置tomcat与独立部署的tomcat性能上有没有区别?
spring boot web默认使用的tomcat是一种内置的tomcat,使用jar包的方式引用的,这跟独立部署的tomcat性能上有没有区别呢?…
boot+nacos+dubbo加载多个配置文件咋办?
问题描述: nacos+dubbo+spring boot需要加载多个配置文件咋办 问题出现的环境背景及自己尝试过哪些方法 项目中好多配置文件(xml,yml,properties…
spring boot 整合kafka 怎么配置自定义的分区器?
我发现KafkaTemplate 和 KafkaProperties 都没有关于设置Partitioner的地方? 也搜不到; 难道只能用Properties.put ()这样原始的方式吗? …
Spring boot项目里,不同api可能cpu wait time相差很大,如何为不同api设置最优tomcat线程池大小?
系统架构是:页面调用我的Spring boot服务,我的Spring boot服务调用底层服务的接口,然后把最后的结果返回给前端页面。但有的底层服务耗时短(40ms左…
vscode创建springboot是否需要联网
vscode创建springboot是否需要联网? 创建时,在选择spring boot版本环节报连接超时,那我电脑离线时怎么创建spring boot? …
idea开发spring boot项目,如何优雅关闭
在windows下用idea开发springboot项目的时候重启或者关闭项目出现-1的返回值导致缓存没有把内存中的数据刷到硬盘上,怎么解决一下呢?部署到服务器上…
断网环境开发spring boot报错
断网环境开发spring boot报错 报错如下: [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the …
spring boot actuator refresh
spring boot项目中我集成了 actuator ,我在target/classes中修改了自定义配置文件xxx.yml里面的值为啥用/actuator/refresh返回的是空[]值没改变呢?…