mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-01 02:38:43 +08:00 
			
		
		
		
	【功能优化】支付:支付应用,增加 appKey 标识,用于不同接入方的标识
This commit is contained in:
		| @@ -40,17 +40,17 @@ | ||||
|         </dependency> | ||||
|  | ||||
|         <!-- 数据报表。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-report-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-report-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|         <!-- 工作流。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-bpm-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-bpm-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|         <!-- 支付服务。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
| @@ -59,11 +59,11 @@ | ||||
|         </dependency> | ||||
|  | ||||
|         <!-- 微信公众号模块。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-mp-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-mp-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|  | ||||
|         <!-- 商城相关模块。默认注释,保证编译速度--> | ||||
|         <dependency> | ||||
| @@ -88,25 +88,25 @@ | ||||
|         </dependency> | ||||
|  | ||||
|         <!-- CRM 相关模块。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-crm-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-crm-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|  | ||||
|         <!-- ERP 相关模块。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-erp-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-erp-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|  | ||||
|         <!-- AI 大模型相关模块。默认注释,保证编译速度 --> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-ai-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-ai-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|  | ||||
|         <!-- spring boot 配置所需依赖 --> | ||||
|         <dependency> | ||||
|   | ||||
| @@ -45,7 +45,7 @@ spring: | ||||
|       primary: master | ||||
|       datasource: | ||||
|         master: | ||||
|           url: jdbc:mysql://39.105.15.179:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 | ||||
|           url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 | ||||
|           #          url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=true&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai # MySQL Connector/J 5.X 连接的示例 | ||||
|           #          url: jdbc:postgresql://127.0.0.1:5432/ruoyi-vue-pro # PostgreSQL 连接的示例 | ||||
|           #          url: jdbc:oracle:thin:@127.0.0.1:1521:xe # Oracle 连接的示例 | ||||
| @@ -54,26 +54,26 @@ spring: | ||||
|           #          url: jdbc:kingbase8://127.0.0.1:54321/test  # 人大金仓 KingbaseES 连接的示例 | ||||
|           #          url: jdbc:postgresql://127.0.0.1:5432/postgres # OpenGauss 连接的示例 | ||||
|           username: root | ||||
|           password: 3WLiVUBEwTbvAfsh | ||||
|           password: 123456 | ||||
|           #          username: sa # SQL Server 连接的示例 | ||||
|           #          password: Yudao@2024 # SQL Server 连接的示例 | ||||
|           #          username: SYSDBA # DM 连接的示例 | ||||
|           #          password: SYSDBA001 # DM 连接的示例 | ||||
|           #          username: root # OpenGauss 连接的示例 | ||||
|           #          password: Yudao@2024 # OpenGauss 连接的示例 | ||||
| #        slave: # 模拟从库,可根据自己需要修改 | ||||
| #          lazy: true # 开启懒加载,保证启动速度 | ||||
| #          url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true | ||||
| #          username: root | ||||
| #          password: 123456 | ||||
|         slave: # 模拟从库,可根据自己需要修改 | ||||
|           lazy: true # 开启懒加载,保证启动速度 | ||||
|           url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true | ||||
|           username: root | ||||
|           password: 123456 | ||||
|  | ||||
|   # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 | ||||
|   data: | ||||
|     redis: | ||||
|       host: 39.105.15.179 # 地址 | ||||
|       host: 127.0.0.1 # 地址 | ||||
|       port: 6379 # 端口 | ||||
|       database: 0 # 数据库索引 | ||||
|       password: 3WLiVUBEwTbvAfsh # 密码,建议生产环境开启 | ||||
| #    password: dev # 密码,建议生产环境开启 | ||||
|  | ||||
| --- #################### 定时任务相关配置 #################### | ||||
|  | ||||
| @@ -110,18 +110,18 @@ spring: | ||||
|  | ||||
| # rocketmq 配置项,对应 RocketMQProperties 配置类 | ||||
| rocketmq: | ||||
|   name-server: 117.72.39.77:9876 # RocketMQ Namesrv | ||||
|   name-server: 127.0.0.1:9876 # RocketMQ Namesrv | ||||
|  | ||||
| #spring: | ||||
| #  # RabbitMQ 配置项,对应 RabbitProperties 配置类 | ||||
| #  rabbitmq: | ||||
| #    host: 127.0.0.1 # RabbitMQ 服务的地址 | ||||
| #    port: 5672 # RabbitMQ 服务的端口 | ||||
| #    username: rabbit # RabbitMQ 服务的账号 | ||||
| #    password: rabbit # RabbitMQ 服务的密码 | ||||
| #  # Kafka 配置项,对应 KafkaProperties 配置类 | ||||
| #  kafka: | ||||
| #    bootstrap-servers: 127.0.0.1:9092 # 指定 Kafka Broker 地址,可以设置多个,以逗号分隔 | ||||
| spring: | ||||
|   # RabbitMQ 配置项,对应 RabbitProperties 配置类 | ||||
|   rabbitmq: | ||||
|     host: 127.0.0.1 # RabbitMQ 服务的地址 | ||||
|     port: 5672 # RabbitMQ 服务的端口 | ||||
|     username: rabbit # RabbitMQ 服务的账号 | ||||
|     password: rabbit # RabbitMQ 服务的密码 | ||||
|   # Kafka 配置项,对应 KafkaProperties 配置类 | ||||
|   kafka: | ||||
|     bootstrap-servers: 127.0.0.1:9092 # 指定 Kafka Broker 地址,可以设置多个,以逗号分隔 | ||||
|  | ||||
| --- #################### 服务保障相关配置 #################### | ||||
|  | ||||
|   | ||||
| @@ -309,7 +309,6 @@ yudao: | ||||
|     end-code: 9999 # 这里配置 9999 的原因是,测试方便。 | ||||
|   trade: | ||||
|     order: | ||||
|       app-key: mall | ||||
|       pay-expire-time: 2h # 支付的过期时间 | ||||
|       receive-expire-time: 14d # 收货的过期时间 | ||||
|       comment-expire-time: 7d # 评论的过期时间 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV