Przeglądaj źródła

使用jdk1.8进行编译

huangbo 6 lat temu
rodzic
commit
f0b0ff8885

+ 7 - 0
comp-example/pom.xml

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

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