更新开发和生产环境配置,启用会员、报表、支付和微信公众号模块
Some checks failed
aagro-ui-admin CI / build (14.x) (push) Has been cancelled
aagro-ui-admin CI / build (16.x) (push) Has been cancelled
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled

This commit is contained in:
2025-10-04 20:19:47 +08:00
parent 5ccd65cccc
commit f8f3cc8277
610 changed files with 38505 additions and 56 deletions

View File

@@ -33,18 +33,18 @@
</dependency>
<!-- 会员中心。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.aagro.gg</groupId>-->
<!-- <artifactId>aagro-module-member</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.aagro.gg</groupId>
<artifactId>aagro-module-member</artifactId>
<version>${revision}</version>
</dependency>
<!-- 数据报表。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.aagro.gg</groupId>-->
<!-- <artifactId>aagro-module-report</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.aagro.gg</groupId>
<artifactId>aagro-module-report</artifactId>
<version>${revision}</version>
</dependency>
<!-- 工作流。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.aagro.gg</groupId>-->
@@ -52,18 +52,18 @@
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<!-- 支付服务。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.aagro.gg</groupId>-->
<!-- <artifactId>aagro-module-pay</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.aagro.gg</groupId>
<artifactId>aagro-module-pay</artifactId>
<version>${revision}</version>
</dependency>
<!-- 微信公众号模块。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.aagro.gg</groupId>-->
<!-- <artifactId>aagro-module-mp</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.aagro.gg</groupId>
<artifactId>aagro-module-mp</artifactId>
<version>${revision}</version>
</dependency>
<!-- 商城相关模块。默认注释,保证编译速度-->
<!-- <dependency>-->