master
面包骑士 2024-07-31 19:45:26 +08:00
parent 0ca4fdb446
commit 64b5ce659a
10 changed files with 41 additions and 10 deletions

View File

@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId>
<artifactId>cloud-server-pay</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>cloud-pay-client</artifactId>
<version>1.0.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>

View File

@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId>
<artifactId>cloud-server-pay</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>cloud-pay-common</artifactId>
<version>1.0.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>

View File

@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId>
<artifactId>cloud-server-pay</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>cloud-pay-remote</artifactId>
<version>1.0.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>

View File

@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId>
<artifactId>cloud-server-pay</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>cloud-pay-server</artifactId>
<version>1.0.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
@ -73,6 +74,11 @@
<artifactId>cloud-common-api-doc</artifactId>
</dependency>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay-common</artifactId>
</dependency>
</dependencies>
<build>

View File

@ -1,4 +1,4 @@
package com.muyu.cloud.pay;
package com.muyu.pay;
import com.muyu.common.security.annotation.EnableCustomConfig;

View File

@ -1,4 +1,4 @@
package com.muyu.cloud.pay.controller;
package com.muyu.pay.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController;
* @Author
* @nameTest
* @Date2024/7/31 10:10
* @Description: com.muyu.cloud.pay.controller
* @Description: com.muyu.pay.controller
*/
@RestController

View File

@ -15,7 +15,7 @@ spring:
allow-bean-definition-overriding: true
application:
# 应用名称
name: cloud-system
name: cloud-pay
profiles:
# 环境配置
active: dev

View File

@ -9,7 +9,7 @@
<version>3.6.3</version>
</parent>
<artifactId>cloud-pay</artifactId>
<artifactId>cloud-server-pay</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
@ -25,4 +25,24 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.muyu]</groupId>
<artifactId>cloud-pay-client</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay-remote</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay-common</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>

View File

@ -259,6 +259,8 @@
<artifactId>cloud-common-xxl</artifactId>
<version>${muyu.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -268,7 +270,7 @@
<module>cloud-visual</module>
<module>cloud-modules</module>
<module>cloud-common</module>
<module>cloud-pay</module>
<module>cloud-server-pay</module>
</modules>
<packaging>pom</packaging>