Skip to content

fishandsheep/spring-native-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-native-demo

spring-native-demo test RestTemplate

1.Create the executable:

$ ./mvnw -Pnative package

2.Run app by regular is normal:

$ java -jar target/spring-native-0.0.1-SNAPSHOT-exec.jar 

3.Test

$ curl http://localhost:8080/test/rest -w '\n'

4.Run app by binary file the app will stop:

$ target/spring-native 

5.Repeat the step3 and the interrupted message is:

[1]    8639 segmentation fault  target/spring-native

About

spring-native-demo test RestTemplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages