Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
spring-timeloit-update
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
loit-Infrastructure-example
spring-timeloit-update
Commits
f11a370b
提交
f11a370b
authored
8月 31, 2020
作者:
陈世营
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
loit-core-boot
上级
c81f7ee0
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
78 行增加
和
9 行删除
+78
-9
pom.xml
loit-common/pom.xml
+69
-0
pom.xml
loit-core-boot/pom.xml
+0
-0
pom.xml
pom.xml
+9
-9
没有找到文件。
loit-common/pom.xml
0 → 100644
浏览文件 @
f11a370b
<?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>
demo
</artifactId>
<groupId>
com.loit
</groupId>
<version>
0.0.1-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
loit-common
</artifactId>
<dependencies>
<!--实体转换类-->
<dependency>
<groupId>
org.modelmapper
</groupId>
<artifactId>
modelmapper
</artifactId>
<version>
2.3.0
</version>
</dependency>
<!-- aop -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-aop
</artifactId>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.module
</groupId>
<artifactId>
jackson-module-jaxb-annotations
</artifactId>
</dependency>
<!-- 集成swagger ui -->
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger-ui
</artifactId>
<version>
${springfox-swagger-ui.version}
</version>
</dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
<version>
${springfox-swagger-ui.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi
</artifactId>
<version>
3.9
</version>
</dependency>
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi-ooxml
</artifactId>
<version>
3.9
</version>
</dependency>
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi-ooxml-schemas
</artifactId>
<version>
3.9
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
</dependency>
</dependencies>
<build>
<finalName>
loit-common
</finalName>
</build>
</project>
\ No newline at end of file
loit-core-boot/pom.xml
0 → 100644
浏览文件 @
f11a370b
差异被折叠。
点击展开。
pom.xml
浏览文件 @
f11a370b
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<modules>
<modules>
<module>
loit-gateway
</module>
<module>
loit-gateway
</module>
<module>
loit-common
</module>
<module>
loit-core-boot
</module>
</modules>
</modules>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -25,6 +27,10 @@
...
@@ -25,6 +27,10 @@
<spring-boot-admin.version>
2.3.0
</spring-boot-admin.version>
<spring-boot-admin.version>
2.3.0
</spring-boot-admin.version>
<spring-cloud.version>
Hoxton.SR8
</spring-cloud.version>
<spring-cloud.version>
Hoxton.SR8
</spring-cloud.version>
<spring-cloud-timeloit.version>
2.3.3-SNAPSHOT
</spring-cloud-timeloit.version>
<spring-cloud-timeloit.version>
2.3.3-SNAPSHOT
</spring-cloud-timeloit.version>
<springfox-swagger-ui.version>
2.9.2
</springfox-swagger-ui.version>
<io-swagger.version>
1.5.22
</io-swagger.version>
</properties>
</properties>
<!--<dependencies>
<!--<dependencies>
...
@@ -111,15 +117,9 @@
...
@@ -111,15 +117,9 @@
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
<distributionManagement>
<distributionManagement>
<repository>
<repository>
<id>
nexus-releases
</id>
<id>
nexus-releases
</id>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论