5 Star 64 Fork 40

勇敢牛牛/sim-framework

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pom.xml 2.24 KB
Copy Edit Raw Blame History
勇敢牛牛 authored 2020-05-15 13:03 +08:00 . commit some files
<?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>sim-framework</artifactId>
<groupId>com.yao2san</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sim-db-dif</artifactId>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>com.yao2san</groupId>
<artifactId>sim-framework-base</artifactId>
<version>${sim.framework.base.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.yao2san</groupId>
<artifactId>sim-framework-web</artifactId>
<version>${sim.framework.web.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.0.2</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.json</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
</resources>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xgpxg/sim-framework.git
git@gitee.com:xgpxg/sim-framework.git
xgpxg
sim-framework
sim-framework
master

Search