Skip to content

Commit

Permalink
在demo项目中加入report和wf的测试页面
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Dec 25, 2023
1 parent 3b1f649 commit 0dc6254
Show file tree
Hide file tree
Showing 24 changed files with 10,912 additions and 20,276 deletions.
11 changes: 11 additions & 0 deletions nop-demo/nop-quarkus-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,17 @@
<artifactId>nop-wf-web</artifactId>
</dependency>

<dependency>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-report-service</artifactId>
</dependency>

<dependency>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-report-web</artifactId>
</dependency>



<!-- 引入报表测试文件和测试服务 -->
<dependency>
Expand Down
Loading

0 comments on commit 0dc6254

Please sign in to comment.