File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
api-boot-project/api-boot-starters
api-boot-starter-mongo-client-settings Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >api-boot-starters</artifactId >
7+ <groupId >org.minbox.framework</groupId >
8+ <version >${revision} </version >
9+ </parent >
10+ <modelVersion >4.0.0</modelVersion >
11+ <artifactId >api-boot-starter-mongo-client-settings</artifactId >
12+ <developers >
13+ <developer >
14+ <name >恒宇少年</name >
15+ <email >jnyuqy@gmail.com</email >
16+ <organization >minbox-projects</organization >
17+ <organizationUrl >https://gitee.com/minbox-projects</organizationUrl >
18+ </developer >
19+ </developers >
20+ <scm >
21+ <connection >scm:git:https://gitee.com/minbox-projects/api-boot.git</connection >
22+ <developerConnection >scm:git:https://gitee.com/minbox-projects/api-boot.git</developerConnection >
23+ <url >https://gitee.com/minbox-projects/api-boot</url >
24+ <tag >HEAD</tag >
25+ </scm >
26+ <dependencies >
27+ <dependency >
28+ <groupId >org.minbox.framework</groupId >
29+ <artifactId >api-boot-starter</artifactId >
30+ </dependency >
31+ <dependency >
32+ <groupId >org.mongodb</groupId >
33+ <artifactId >mongodb-driver-sync</artifactId >
34+ </dependency >
35+ <dependency >
36+ <groupId >org.springframework.data</groupId >
37+ <artifactId >spring-data-mongodb</artifactId >
38+ </dependency >
39+ </dependencies >
40+
41+ </project >
Original file line number Diff line number Diff line change 3232 <module >api-boot-starter-logging</module >
3333 <module >api-boot-starter-logging-admin</module >
3434 <module >api-boot-starter-sequence</module >
35+ <module >api-boot-starter-mongo-client-settings</module >
3536 </modules >
3637
3738</project >
You can’t perform that action at this time.
0 commit comments