Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
刘旭
/
var-c1
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 fab94112
authored
7 years ago
by
刘旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
1 parent
eae9c7b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
77 additions
and
75 deletions
pom.xml
pom.xml
View file @
fab9411
<?xml version="1.0"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
test.dituhui.com
</groupId>
<artifactId>
var
</artifactId>
<version>
0.0.1${saas.version}
</version>
</parent>
<groupId>
test.dituhui.com
</groupId>
<artifactId>
var-c1
</artifactId>
<version>
0.0.1${saas.version}
</version>
<name>
var-c1
</name>
<url>
http://maven.apache.org
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<main.class>
org.var.c1.App
</main.class>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
test.dituhui.com
</groupId>
<artifactId>
var-c
</artifactId>
<version>
0.0.1${saas.version}
</version>
</dependency>
<dependency>
<groupId>
com.dituhui.saas
</groupId>
<artifactId>
framework
</artifactId>
<version>
0.0.1${saas.version}
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
3.8.1
</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<mainClass>
${main.class}
</mainClass>
<layout>
ZIP
</layout>
</configuration>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
</plugins>
</build>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
test.dituhui.com
</groupId>
<artifactId>
var
</artifactId>
<version>
0.0.1${saas.version}
</version>
</parent>
<groupId>
test.dituhui.com
</groupId>
<artifactId>
var-c1
</artifactId>
<version>
0.0.1${saas.version}
</version>
<name>
var-c1
</name>
<url>
http://maven.apache.org
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<main.class>
org.var.c1.App
</main.class>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
test.dituhui.com
</groupId>
<artifactId>
var-c
</artifactId>
<version>
0.0.1${saas.version}
</version>
</dependency>
<dependency>
<groupId>
com.dituhui.saas
</groupId>
<artifactId>
framework
</artifactId>
<version>
0.0.1${saas.version}
</version>
</dependency>
<dependency>
<groupId>
com.dituhui.saas
</groupId>
<artifactId>
service-api
</artifactId>
<version>
0.0.1${saas.version}
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
3.8.1
</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<mainClass>
${main.class}
</mainClass>
<layout>
ZIP
</layout>
</configuration>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment