File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
frameworks/Java/tio-server Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- <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" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <groupId >com.litongjava</groupId >
45 <artifactId >tio-server-benchmark</artifactId >
910 <java .version>1.8</java .version>
1011 <maven .compiler.source>${java.version} </maven .compiler.source>
1112 <maven .compiler.target>${java.version} </maven .compiler.target>
13+
14+ <graalvm .version>23.1.1</graalvm .version>
1215 <main .class>com.litongjava.tio.http.server.MainApp</main .class>
1316 </properties >
1417 <dependencies >
5457 <activeByDefault >true</activeByDefault >
5558 </activation >
5659 <dependencies >
57- <dependency >
58- <groupId >org.slf4j</groupId >
59- <artifactId >slf4j-api</artifactId >
60- <version >1.7.25</version >
61- </dependency >
6260 <dependency >
6361 <groupId >ch.qos.logback</groupId >
6462 <artifactId >logback-classic</artifactId >
162160 </dependency >
163161 </dependencies >
164162 <build >
165- <finalName >${project.build.finalName} -native </finalName >
163+ <finalName >${final.name} </finalName >
166164 <plugins >
167165 <plugin >
168166 <groupId >org.graalvm.nativeimage</groupId >
178176 </executions >
179177 <configuration >
180178 <skip >false</skip >
181- <imageName >${project.build.finalName} -native </imageName >
179+ <imageName >${project.build.finalName} </imageName >
182180 <mainClass >${main.class} </mainClass >
183181 <buildArgs >
184182 -H:+RemoveSaturatedTypeFlows
You can’t perform that action at this time.
0 commit comments