我有一个FreeMarker配置:public class FreeMarkerConfig {
public FreeMarkerConfigurationFactoryBean但是,当我在build.gradle中设置以下依赖项时:
implementation 'org.springframework.boot:spring-boot-starter-dat
当我添加'Springboot Web Starter‘时,springBoot默认使用了哪种视图技术。如果我想使用JSP,我需要包含'tomcat-embed-jasper‘或'SpringBoot Thymeleaf Starter’作为胸腺模板。所以我想知道'SpringBoot Web Starter‘的默认视图技术。
我需要将SpringBoot Zuul网关中的maxKeepAliveRequests值修改为大于默认值100的值。注意到这个值没有在SpringBoot的中公开,我尝试通过@Configuration类来设置该属性:public class DefaultConfig {@Bean
public Em