File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 11# Crystal Report Server Java
22
33![ Github Version] ( https://img.shields.io/github/v/release/hks2002/crystal-report-server-java?display_name=release )
4- ![ Github Build Status] ( https://img.shields.io/github/actions/workflow/status/hks2002/crystal-report-server-java/Build .yml )
4+ ![ Github Build Status] ( https://img.shields.io/github/actions/workflow/status/hks2002/crystal-report-server-java/Release-Please .yml )
55![ GitHub License] ( https://img.shields.io/github/license/hks2002/crystal-report-server-java )
66[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg )] ( https://conventionalcommits.org )
77[ ![ release-please: angular] ( https://img.shields.io/badge/release--please-angular-e10079??style=flat&logo=google )] ( https://github.com/google-github-actions/release-please-action )
Original file line number Diff line number Diff line change 11# Crystal Report Server Java (水晶报表 Java 服务器)
22
33![ Github Version] ( https://img.shields.io/github/v/release/hks2002/crystal-report-server-java?display_name=release )
4- ![ Github Build Status] ( https://img.shields.io/github/actions/workflow/status/hks2002/crystal-report-server-java/Build .yml )
4+ ![ Github Build Status] ( https://img.shields.io/github/actions/workflow/status/hks2002/crystal-report-server-java/Release-Please .yml )
55![ GitHub License] ( https://img.shields.io/github/license/hks2002/crystal-report-server-java )
66[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg )] ( https://conventionalcommits.org )
77[ ![ release-please: angular] ( https://img.shields.io/badge/release--please-angular-e10079??style=flat&logo=google )] ( https://github.com/google-github-actions/release-please-action )
35353. 运行 `maven package` 生成 `war` 包,将 `war` 包拷贝到 tomcat(或者其他容器) 中运行, `war`包是为了更新报表更便捷。
36364. 将水晶报表`rpt`文件拷贝到 `WEB-INF/reports` 文件夹中,可以随时添加。
37375. 在浏览器中打开 `http://server:port/Report/{ReportTemplateName}/{format}?param0=val0¶m1=val1`,即可看到报表。
38- 6. 如果pdf文件不能显示中文 , 请编辑/ect/locale.conf `LANG=zh_CN.UTF-8`
38+ 6. 如果 pdf 文件不能显示中文 , 请编辑/ect/locale.conf `LANG=zh_CN.UTF-8`
3939
4040> 说明:`{ReportTemplateName}` 是报表模板文件名,不包含扩展名;`{format}` 是报表格式,如 `pdf` `doc` `xls`;`param0` 和 `param1` 是报表参数,如果有一个参数名包含 `filename`,则该参数值将作为文件名。
You can’t perform that action at this time.
0 commit comments