Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-java
Commits
e9af6a2f
Commit
e9af6a2f
authored
Sep 07, 2023
by
Wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加商户端模块
parent
ec531212
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
10 deletions
+49
-10
pom.xml
+7
-0
pz-admin/pom.xml
+15
-10
pz-merchant/pom.xml
+27
-0
No files found.
pom.xml
View file @
e9af6a2f
...
@@ -329,6 +329,12 @@
...
@@ -329,6 +329,12 @@
<version>
${PeiZhen-Java.version}
</version>
<version>
${PeiZhen-Java.version}
</version>
</dependency>
</dependency>
<!--商户模块-->
<dependency>
<groupId>
com.pz
</groupId>
<artifactId>
pz-merchant
</artifactId>
<version>
${PeiZhen-Java.version}
</version>
</dependency>
<!-- 小程序用户模块 -->
<!-- 小程序用户模块 -->
<dependency>
<dependency>
<groupId>
com.pz
</groupId>
<groupId>
com.pz
</groupId>
...
@@ -350,6 +356,7 @@
...
@@ -350,6 +356,7 @@
<module>
pz-oss
</module>
<module>
pz-oss
</module>
<module>
pz-sms
</module>
<module>
pz-sms
</module>
<module>
pz-accompany
</module>
<module>
pz-accompany
</module>
<module>
pz-merchant
</module>
<module>
pz-applet
</module>
<module>
pz-applet
</module>
</modules>
</modules>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
...
pz-admin/pom.xml
View file @
e9af6a2f
...
@@ -71,6 +71,11 @@
...
@@ -71,6 +71,11 @@
<groupId>
com.pz
</groupId>
<groupId>
com.pz
</groupId>
<artifactId>
pz-generator
</artifactId>
<artifactId>
pz-generator
</artifactId>
</dependency>
</dependency>
<!--商户模块-->
<dependency>
<groupId>
com.pz
</groupId>
<artifactId>
pz-merchant
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -79,16 +84,16 @@
...
@@ -79,16 +84,16 @@
</dependency>
</dependency>
<!-- skywalking 整合 logback -->
<!-- skywalking 整合 logback -->
<!-- <dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.skywalking</groupId>-->
<!-- <groupId>org.apache.skywalking</groupId>-->
<!-- <artifactId>apm-toolkit-logback-1.x</artifactId>-->
<!-- <artifactId>apm-toolkit-logback-1.x</artifactId>-->
<!-- <version>${与你的agent探针版本保持一致}</version>-->
<!-- <version>${与你的agent探针版本保持一致}</version>-->
<!-- </dependency>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.skywalking</groupId>-->
<!-- <groupId>org.apache.skywalking</groupId>-->
<!-- <artifactId>apm-toolkit-trace</artifactId>-->
<!-- <artifactId>apm-toolkit-trace</artifactId>-->
<!-- <version>${与你的agent探针版本保持一致}</version>-->
<!-- <version>${与你的agent探针版本保持一致}</version>-->
<!-- </dependency>-->
<!-- </dependency>-->
</dependencies>
</dependencies>
...
...
pz-merchant/pom.xml
0 → 100644
View file @
e9af6a2f
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.pz
</groupId>
<artifactId>
PeiZhen-Java
</artifactId>
<version>
4.8.0
</version>
</parent>
<artifactId>
pz-merchant
</artifactId>
<packaging>
jar
</packaging>
<description>
商户端
</description>
<dependencies>
<!-- 系统业务-->
<dependency>
<groupId>
com.pz
</groupId>
<artifactId>
pz-system
</artifactId>
</dependency>
</dependencies>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment