sureshg / spring-native

Spring Native Samples!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringBoot Native

Build and Test

# Native compile
$ ./gradlew nativeCompile
$ build/native/nativeCompile/spring-native
# Native test
$ ./gradlew nativeTest

# Create container image
$ ./gradlew bootBuildImage
$ docker run --rm -p 8080:8080 spring-native:0.0.1

About

Spring Native Samples!


Languages

Language:Kotlin 92.8%Language:Java 7.2%