| | |
| | | package com.qianwen.core.report.config; |
| | | |
| | | import com.bstek.ureport.UReportPropertyPlaceholderConfigurer; |
| | | import com.bstek.ureport.console.UReportServlet; |
| | | import com.bstek.ureport.provider.report.ReportProvider; |
| | | //import com.bstek.ureport.UReportPropertyPlaceholderConfigurer; |
| | | //import com.bstek.ureport.console.UReportServlet; |
| | | //import com.bstek.ureport.provider.report.ReportProvider; |
| | | import javax.servlet.Servlet; |
| | | import com.qianwen.core.report.props.ReportDatabaseProperties; |
| | | import com.qianwen.core.report.props.ReportProperties; |
| | |
| | | @Order |
| | | /* loaded from: blade-starter-report-9.3.0.0-SNAPSHOT.jar:org/springblade/core/report/config/ReportConfiguration.class */ |
| | | public class ReportConfiguration { |
| | | /* |
| | | @Bean |
| | | public ServletRegistrationBean<Servlet> registrationBean() { |
| | | return new ServletRegistrationBean<>(new UReportServlet(), new String[]{"/ureport/*"}); |
| | |
| | | @Bean |
| | | public ReportProvider reportProvider(ReportDatabaseProperties properties, IReportFileService service) { |
| | | return new DatabaseProvider(properties, service); |
| | | } |
| | | }*/ |
| | | } |