Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b036ac30
authored
Aug 29, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
pom文件
parent
7d58e1dd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
97 additions
and
2 deletions
pom.xml
saas-module/pom.xml
server-service/pom.xml
server-web/platform-web.iml
pom.xml
View file @
b036ac30
...
...
@@ -7,7 +7,9 @@
<module>
server-common
</module>
<module>
server-web
</module>
<module>
server-module
</module>
<module>
saas-module
</module>
<module>
server-api
</module>
<module>
server-service
</module>
</modules>
...
...
saas-module/pom.xml
0 → 100644
View file @
b036ac30
<?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"
>
<parent>
<artifactId>
iot-platforn-server
</artifactId>
<groupId>
com.makeit
</groupId>
<version>
1.0.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
saas-module
</artifactId>
<version>
1.0.0
</version>
<name>
${artifactId}
</name>
<dependencies>
<dependency>
<groupId>
com.makeit
</groupId>
<artifactId>
server-common
</artifactId>
<version>
1.0.0
</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>
workflow
</id>
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>cn.dev33</groupId>-->
<!-- <artifactId>sa-token-spring-boot-starter</artifactId>-->
<!-- </dependency>-->
<!-- </dependencies>-->
</profile>
</profiles>
<build>
<finalName>
${project.artifactId}
</finalName>
</build>
</project>
\ No newline at end of file
server-service/pom.xml
0 → 100644
View file @
b036ac30
<?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"
>
<parent>
<artifactId>
iot-platforn-server
</artifactId>
<groupId>
com.makeit
</groupId>
<version>
1.0.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
server-service
</artifactId>
<version>
1.0.0
</version>
<name>
${artifactId}
</name>
<dependencies>
<dependency>
<groupId>
com.makeit
</groupId>
<artifactId>
server-common
</artifactId>
<version>
1.0.0
</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>
workflow
</id>
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>cn.dev33</groupId>-->
<!-- <artifactId>sa-token-spring-boot-starter</artifactId>-->
<!-- </dependency>-->
<!-- </dependencies>-->
</profile>
</profiles>
<build>
<finalName>
${project.artifactId}
</finalName>
</build>
</project>
\ No newline at end of file
server-web/platform-web.iml
View file @
b036ac30
...
...
@@ -25,8 +25,9 @@
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Maven: org.projectlombok:lombok:1.18.22"
level=
"project"
/>
<orderEntry
type=
"module"
module-name=
"server-common"
/>
<orderEntry
type=
"library"
name=
"Maven: org.projectlombok:lombok:1.18.22"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.makeit:server-common:1.0.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.springframework.boot:spring-boot-starter-data-redis:2.5.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.springframework.data:spring-data-redis:2.5.6"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.springframework.data:spring-data-keyvalue:2.5.6"
level=
"project"
/>
...
...
@@ -175,6 +176,7 @@
<orderEntry
type=
"library"
name=
"Maven: org.apache.poi:poi-ooxml:5.2.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.poi:poi-ooxml-lite:5.2.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlbeans:xmlbeans:5.0.3"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: xml-apis:xml-apis:1.4.01"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.commons:commons-compress:1.21"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.github.virtuald:curvesapi:1.07"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba:easyexcel:3.1.1"
level=
"project"
/>
...
...
@@ -194,7 +196,6 @@
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlgraphics:batik-bridge:1.14"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlgraphics:batik-script:1.14"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlgraphics:batik-dom:1.14"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: xml-apis:xml-apis:1.4.01"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlgraphics:batik-gvt:1.14"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlgraphics:batik-shared-resources:1.14"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.apache.xmlgraphics:batik-svggen:1.14"
level=
"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