1 Star 0 Fork 1.1K

zyj/skyeye

forked from dromara/skyeye-oa 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.56 KB
一键复制 编辑 原始数据 按行查看 历史
Skyeye云源码 提交于 2021-12-20 12:56 . 代码更新
<?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>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
</parent>
<groupId>com.skyeye.web</groupId>
<artifactId>skyeye-web</artifactId>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>web</module>
<module>userauth</module>
<module>workplan</module>
<module>wages</module>
<module>threed</module>
<module>survey</module>
<module>seal-service</module>
<module>school</module>
<module>schedule</module>
<module>rmprogram</module>
<module>quartz</module>
<module>pro</module>
<module>planpro</module>
<module>organization</module>
<module>note</module>
<module>mq</module>
<module>message</module>
<module>mail</module>
<module>light-app</module>
<module>knowlg</module>
<module>jobdiary</module>
<module>ifs</module>
<module>gateway</module>
<module>forum</module>
<module>exam</module>
<module>erp-produce</module>
<module>erp</module>
<module>email</module>
<module>ehr</module>
<module>dsform</module>
<module>disk-cloud</module>
<module>crm</module>
<module>common</module>
<module>code-doc</module>
<module>checkwork</module>
<module>api</module>
<module>admin-assistant</module>
<module>activiti</module>
<module>boss</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<!-- SpringBoot相关配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--热更新,热加载,不用每次重启启动 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
<scope>true</scope>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.2</version>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zyifan/skyeye.git
[email protected]:zyifan/skyeye.git
zyifan
skyeye
skyeye
company_server

搜索帮助