smart-starter-report/src/main/java/com/qianwen/core/report/props/ReportProperties.java
@@ -3,7 +3,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties(prefix = "report") /* loaded from: blade-starter-report-9.3.0.0-SNAPSHOT.jar:org/springblade/core/report/props/ReportProperties.class */ public class ReportProperties { private Boolean enabled = true; private Boolean disableHttpSessionReportCache = false;