Browse Source

Merge branch 'master' of http://10.1.235.20:3000/rest/rest-guide

liutong3 6 years ago
parent
commit
ef5ba788a7

+ 7 - 0
comp-example/pom.xml

2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
3
	<modelVersion>4.0.0</modelVersion>
4
4
5
	<parent>
6
		<groupId>com.ai.ipu</groupId>
7
		<artifactId>ipu-aggregator</artifactId>
8
		<version>3.1-SNAPSHOT</version>
9
	</parent>
10
5
	<groupId>com.ai.ipu.example</groupId>
11
	<groupId>com.ai.ipu.example</groupId>
6
	<artifactId>comp-example</artifactId>
12
	<artifactId>comp-example</artifactId>
7
	<version>1.0</version>
13
	<version>1.0</version>
13
	<properties>
19
	<properties>
14
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
		<ipu>3.1-SNAPSHOT</ipu>
21
		<ipu>3.1-SNAPSHOT</ipu>
22
		<jdk>1.8</jdk>
16
	</properties>
23
	</properties>
17
24
18
	<dependencies>
25
	<dependencies>

+ 6 - 0
ipu-rest-demo/pom.xml

70
	</dependencies>
70
	</dependencies>
71
71
72
	<build>
72
	<build>
73
		<plugins>
74
			<plugin>
75
				<groupId>org.springframework.boot</groupId>
76
				<artifactId>spring-boot-maven-plugin</artifactId>
77
			</plugin>
78
		</plugins>
73
	</build>
79
	</build>
74
</project>
80
</project>

+ 0 - 0
ipu-server-demo/src/main/resources/webapp/test.html